Hacker News new | ask | show | jobs
The Await Event Horizon in JavaScript (frontside.com)
6 points by cowboyd 913 days ago
2 comments

I think most developers don't know what Structured Concurrency is it's quickly growing in popularity. It's now available in Kotlin, Java, Scala, GoLang and Python.
JavaScript’s async/await constructs have a critical lack of power which makes them unsuitable to implement structured concurrency.