Multi-Threading with C++11 and Boost
Offered By: CppNow via YouTube
Course Description
Overview
Explore multi-threading techniques in C++11 and Boost through a comprehensive tutorial featuring practical examples. Gain a thorough understanding of thread-safe queues, parallel task execution on independent schedules, and interrupting long-running parallel tasks. Dive into the usage of threads, mutexes, condition variables, and other essential concepts. Compare and contrast C++11 and Boost facilities for multi-threading, enhancing your ability to write efficient and robust concurrent code.
Syllabus
Rob Stewart:Multi-Threading With 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