Hacker News new | ask | show | jobs
by balfirevic 3314 days ago
Why would you need to know, except in some special cases? If you're using async/await, your next line is not executing anyway until the result comes, blocking or not.
1 comments

Because otherwise you block the even loop or mismatch life cycle. Espacially reading an unfamiliar code base.