Chapter 44. Boost.Thread - The Boost C++ Libraries
Boost.Thread is the library that allows you to use threads. Furthermore, it provides classes to synchronize access on data which is shared by multiple threads. Threads have been supported by the standard library since C++11. You will also find classes in ...