Stuck in Tutorial Hell? Learn Backend Dev the Right Way
Get 20% off all career paths from fullstack to AI
Overview
AI, Data Science & Cloud Certificates from Google, IBM & Meta — 40% Off
One plan covers every Professional Certificate on Coursera. 40% off Coursera Plus Annual.
Unlock All Certificates
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.
Syllabus
John Wiegley: C++11: High-Level Threading
Taught by
CppNow