Exploring C 11 Concurrency Part 4
Let's dive into the details surrounding C 11 Concurrency Part 4.
- Move semantics, passing arguments to threads.
- https://cppcon.org ---
- Slides: https://github.com/boostcon CppNow Website: https://www.cppnow.org CppNow Twitter: @CppNow ---
- Preliminaries, "Hello Thread!," fork/join.
- Time Offsets: Title [00:00:00-00:00:22] Disclaimer [00:00:22-00:00:32] Disclaimer [00:00:32-00:01:17]
In-Depth Information on C 11 Concurrency Part 4
Promises, futures, and async. Async tasks, task-based Condition variables. Sharing data between threads.
Map/Reduce. Massively parallel directory listing.
That wraps up our extensive overview of C 11 Concurrency Part 4.