DEV Community

Discussion on: 9 Steps to Get 100 Stars on GitHub

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Hey Calvin thanks!

So async functions just wait for each of the operations and then block the main thread again. I wrote the following that shows how js-coroutines works and why it makes a big difference.