Overview
Explore low-level threading in C++11 through this comprehensive conference talk from CppNow 2012. Delve into the intricacies of C++'s new memory model, understanding its purpose, significance, and why it wasn't necessary before. Examine the relationship between the memory model and atomic operations, gaining insights into their practical applications. Learn about the challenges and considerations involved in low-level threading, with a focus on techniques that should be approached with caution in professional environments. Gain valuable knowledge about C++11's threading capabilities and best practices for implementing concurrent programming solutions.
Syllabus
Tony Van Eerd: Don't Try This at Work -- Low Level Threading with C++11
Taught by
CppNow