5 ms·
A Node-style event loop leads to callback hell. It would be awesome to have something like Boost Asio.
by acconsta 11y ago
A Node-style event loop leads to callback hell. It would be awesome to have something like Boost Asio.
- spion 11y agoNot anymore - with V4 generator based "coroutines" are available (enabled by default).