Hacker News new | ask | show | jobs
by steveklabnik 2143 days ago
I believe the big feature slated is executors.
1 comments

Something like that? https://docs.oracle.com/javase/7/docs/api/java/util/concurre...

What I would like to see in C++ would be green threads and use of io uring and restartable sequences like in project loom.

Yes, same concept.

C++20 added coroutines already.