Comment on A Design Space Exploration of Async/AwaitparentComments−biorach16hWhat is "await" if not a synonym for "suspend"?!?it's a question of whether the runtime is guaranteed to suspend at an await point or if it may choose not toasync/await is one product of a long line of thought that says "threads are too hard for programmers to get right".what? no! concurrency vs parallelism etc etc
Comments
it's a question of whether the runtime is guaranteed to suspend at an await point or if it may choose not to
what? no! concurrency vs parallelism etc etc