6 ms·
Does anyone know what Stroustrup is referring to regarding "better concurrency"? It sounds interesting but it's way too vague.
by rainbow-road 6y ago
Does anyone know what Stroustrup is referring to regarding "better concurrency"? It sounds interesting but it's way too vague.
- steveklabnik 6y agoI believe the big feature slated is executors.
- The_rationalist 6y agoSomething like that? https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executors.html 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.
- steveklabnik 6y agoYes, same concept. C++20 added coroutines already.