Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) C++11 std::mutex

 

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.

 

Valid XHTML 1.0 Strict