Multithreading – atomic
, condition_variable
, call_once
This part of multithreading covers another part of C++ thread support library – atomic
, conditional_variable
and call_once
. It requires only basic knowledge about threads.