Comment on Ask HN: Is Python async/await some kind of joke?Comments−raverbashing2yLet 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 programmingHaving one thread per worker sounds better. Or the actor modelSure async/await is "easy" but also turns every code into a mess
Comments
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