Overview
Explore the intricacies of multithreading in C++ through this comprehensive conference talk from C++Now 2016. Delve into various problems solvable using multithreaded concepts and techniques, while examining the challenges of designing and implementing multithreaded applications. Learn strategies to mitigate these challenges and recognize when to avoid multithreaded code. Cover topics ranging from high-level architecture to low-level C++ classes that enhance readability and maintainability of multithreaded code. Gain insights into C++11 multithreading, C++17 concurrency TS, and new abstractions built on these features. Basic familiarity with the C++11 threading library is recommended for optimal understanding of this 1-hour 22-minute presentation.
Syllabus
Multithreading is the answer. What was the question? Part II - Ansel Sermersheim [ C++Now 2016 ]
Taught by
CppNow