Section
std::timed_mutex
The timed_mutex class is a synchronization primitive that can be used to protect shared data from being simultaneously accessed by multiple threads.
# Declarations
class timed_mutex;
(since C++11)
Section
The timed_mutex class is a synchronization primitive that can be used to protect shared data from being simultaneously accessed by multiple threads.
class timed_mutex;
(since C++11)