February 2019
Intermediate to advanced
592 pages
20h 37m
English
Chapter 1. Hello, world of concurrency in C++!
1.1.1. Concurrency in computer systems
1.2.1. Using concurrency for separation of concerns
1.2.2. Using concurrency for performance: task and data parallelism
1.3. Concurrency and multithreading in C++
1.3.1. History of multithreading in C++
1.3.2. Concurrency support in the C++11 standard
1.3.3. More support for concurrency and parallelism in C++14 and ...