|
|
|
|
|
by catern
262 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? |
|
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?