Multithreading is the Answer. What Was the Question? Part II
Offered By: CppNow via YouTube
Course Description
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
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube