16. Multithreading
For the first time with C++11, C++ supports native multithreading. This support consists of two parts: A well-defined memory model and a standardised threading interface.
For the first time with C++11, C++ supports native multithreading. This support consists of two parts: A well-defined memory model and a standardised threading interface.