Search⌘ K

Case Studies

Understand how to apply C++ concurrency theory through real-world case studies. Learn different ways to calculate vector sums, ensure thread-safe singleton initialization, and optimize code step-by-step using the CppMem tool to verify multithreading behavior.

After presenting the theory of the memory model and the multithreading interface, I will apply the theory in a few case studies.

...