▲ | catern 4 days ago | |||||||
I totally agree with your framing of the value of async/await, but could you elaborate more on why you think that this behavior (which I would call "cooperative concurrency") is important for (ocap?) RPC systems? It seems to me that preemptive concurrency also suffices to make RPC viable. Unless you just feel that preemptive concurrency is too hard, and therefore not workable for RPC systems? | ||||||||
▲ | kentonv 3 days ago | parent [-] | |||||||
Almost all ocap systems seem to use event loops -- and many of the biggest ocap nerds I know are also the biggest event loop nerds I know. I'm not actually sure if this is a coincidence or if there's something inherent that makes it necessary to pair them. But one thing I can't figure out: What would be the syntax for promise pipelining, if you aren't using promises to start with? | ||||||||
|