Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::mutex is a data type available from the C++11 STL.
std::mutex is a used a multi-threaded applications to prevent data races. See std::thread example 2: two counting threads using std::mutex for an example.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.