Y
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
meirelles
3315 days ago
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.
link
z3t4
3315 days ago
async/await doesn't change the fact that we have two types of functions, async and sync.
link
Lets the winner takes it all.