Don't Try This at Work - Low Level Threading with C++11
Offered By: CppNow via YouTube
Course Description
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
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