logoalt Hacker News

IshKebabyesterday at 9:15 PM1 replyview on HN

> In the web world async/await has already won from threads

Slightly off topic but threads were never supported by the web (even now you only have message passing between workers) so it's a bit hollow to say async won.


Replies

mypalmikeyesterday at 11:15 PM

Yeah, async/await in JavaScript is syntactic sugar for promises.

show 1 reply