Hacker News new | ask | show | jobs
by raverbashing 875 days ago
Let me say that I'm of the opinion that async/await just became popular because js didn't have any better way of doing concurrent programming

Having one thread per worker sounds better. Or the actor model

Sure async/await is "easy" but also turns every code into a mess