Hacker News new | ask | show | jobs
by acconsta 3909 days ago
A Node-style event loop leads to callback hell. It would be awesome to have something like Boost Asio.
1 comments

Not anymore - with V4 generator based "coroutines" are available (enabled by default).
I was thinking async-await, which I thought hasn't been standardized yet. Do generators provide the same functionality?

Either way, I hope Rust skips the callbacks.

Pretty much, yeah: https://github.com/tj/co