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.
Overview
Syllabus
Rob Stewart:Multi-Threading With C++11 and Boost
Taught by
CppNow