Exploring C 11 Concurrency Part 2
Exploring C 11 Concurrency Part 2 reveals several interesting facts.
- Async tasks, task-based
- Preliminaries, "Hello Thread!," fork/join.
- Condition variables.
- 11 Concurrency Part 2
- Mutexes, locks, and monitors.
In-Depth Information on C 11 Concurrency Part 2
Move semantics, passing arguments to threads. Slides: https://github.com/boostcon CppNow Website: https://www.cppnow.org CppNow Twitter: @CppNow --- Sharing data between threads. Promises, futures, and async.
Slides: https://github.com/boostcon CppNow Website: https://www.cppnow.org CppNow Twitter: @CppNow ---
Stay tuned for more updates related to C 11 Concurrency Part 2.