The C++ Concurrency training course will introduce you to modern C++ concurrency on the Windows operating system. This workshop uses the Windows operating system as the playground to explore concurrency in C++. This course will prepare with a deep understanding of threads and synchronization at the OS level, including modern synchronization primitives such as slim reader/writer locks and condition variables. You will learn all about the mighty Windows thread pool API and the Concurrency Runtime. Finally, you will be introduced to some of the shortcomings that plague the C++ Thread Support Library.
