Hacker News new | past | comments | ask | show | jobs | submit login

Await is simply syntactic sugar on top of what everybody was forced to do already (callbacks and promises) for concurrency. As a programming model, threads simply never had a chance in the JS ecosystem because on the surface it has always been a single-threaded environment. There's too much code that would be impossible to port to a multithreaded world.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: