Hacker News new | ask | show | jobs
by nialv7 3315 days ago
I can't quite see the need of this now we have async/await.
1 comments

Me too. For the sake of sanity we should stick with async / await and forget the time we had to choose from dozens of different ways of doing async code (most of time requiring tedious wrappers).

Lets the winner takes it all.

async/await doesn't change the fact that we have two types of functions, async and sync.