Hacker News new | ask | show | jobs
by The_rationalist 2143 days ago
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.

1 comments

Yes, same concept.

C++20 added coroutines already.