Hacker News new | ask | show | jobs
by drinchev 3310 days ago
Thanks. I actually wrote the comment, because of :

> This enables writing code using async and await at all times, which is what any sane developer would do when writing code for Node.js.

1 comments

Async and await do not make your code work synchronously, they make it look like synchronous.