[Pluralsight] Modern C++ Concurrency

Tags:


ReleaseDate“: “2013-10-15T00:00:00Z”,
UpdatedDate“: “2013-10-15T00:00:00Z”,
Level“: “Intermediate”,

ShortDescription“: “This course is about the practical application of the modern C++ language to the field of concurrency or concurrent programming.”,

Description“: “This course will introduce you to modern C++ concurrency on the Windows operating system. Unfortunately, standard or portable concurrency is still in its infancy so a comprehensive study of concurrency cannot get away from the practical and platform-specific aspects of the craft. As such, this course uses the Windows operating system as the playground to explore concurrency in C++. This course will prepare you 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++11 Thread Support Library.”,

DurationInMilliseconds“: 16407000,
HasTranscript“: 1,
AuthorsFullnames“: “Kenny Kerr”,

Size: 703.25M

4 thoughts on “[Pluralsight] Modern C++ Concurrency”

Leave a Comment