DEV Community

Discussion on: async/await: under the hood

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Totally agree, the concurrency is only in the fact that there are multiple "stacks" of things that will happen on continuation. Using async code to perform collaborative tasks is possible but a blunt instrument. I did some stuff around a more fine-grained collaborative multitasking that I talk about here: