April 2022
Intermediate to advanced
528 pages
13h 34m
English
Cippi’s challenges with threads
The C++ Core Guidelines list about thirty rules for concurrency that focus on three main goals:
To help in writing code that is amenable to being used in a multithreaded environment
To show clean, safe ways to use the threading primitives offered by the standard library
To offer guidance on what to do when concurrency and parallelism aren’t giving the performance gains needed
The rules consist of general guidelines, targeted to a non-expert audience, applied to concurrency, parallelism, message passing, and lock-free programming.
Read now
Unlock full access