Hacker News new | ask | show | jobs
by jayd16 1160 days ago
Also true, but "use the decades old thread api" shouldn't count as a simplification, right?
1 comments

It should when you can just block left and right.
Again, my point is that you often won't want to be blocking. You'll still want to run multiple async calls concurrently, and to do that the syntax is not the familiar synchronous style. You still need to use more complex apis.