Survey of Multi-Threaded Programming Support in C++11 and Boost
Offered By: CppNow via YouTube
Course Description
Overview
Explore a comprehensive survey of multi-threaded programming tools available in C++11 and Boost in this 1 hour 24 minute conference talk by Rob Stewart at CppNow. Gain a complete understanding of various components essential for writing multi-threaded programs, including std::thread, boost::thread, and newer features like std::async. Delve into fundamental elements such as mutexes, condition variables, and atomics. Acquire a thorough overview of the resources provided by C++11 and Boost to enhance your multi-threaded programming skills and capabilities.
Syllabus
Rob Stewart: Survey of Multi-Threaded Programming Support in C++11 and Boost
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