3 ms·
> What 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 t
by biorach 15d ago
> What 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 to
> async/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