C++ Design for Concurrency

06 Oct 2023

[ c++  design  concurrency  ]

Scheduler (Abstraction 1)

Sender (Abstraction 2)

Receiver (Abstraction 3)

Basis of control

To prevent bugs

The Cost

Framework problems

Design guidelines

References