Explore high-level threading in C++11 through this CppNow conference talk. Delve into the comprehensive new concurrency facilities introduced in C++11, built on a rigorous theoretical foundation. Learn about the API designed for everyday concurrent code, including locks, mutexes, condition variables, futures, promises, and packaged tasks. Discover how to use these components to solve central problems in threadsafe programming, without needing to understand the low-level details of the memory model or atomics. Gain practical insights into effective threading techniques for C++11 developers in this 54-minute presentation.
Overview
Syllabus
John Wiegley: C++11: High-Level Threading
Taught by
CppNow