Hacker News new | ask | show | jobs
by Matthias247 3333 days ago
I recommend the book very much. However it doesn't have a chapter the single-threaded concurrency handling (with eventloops, and futures/promises and sometimes even plain callbacks), which is currently en-vogue in lots of languages (JS, python asyncio, boost asio, etc). So this is something one should look up elsewhere.
1 comments

Do you have any reading material that you would recommend for single-threaded concurrency?