|
|
|
|
|
by ghusbands
2748 days ago
|
|
It's only semantically CPS in as much as all code is semantically CPS. Thinking about the parallels with CPS does nothing to help, here. Async/await is just like threaded code with the blocking/concurrent calls specially marked. |
|
Async/await is literally all about explicit continuations. It's not about concurrency or parallelism per se, although it can be used in that context.