Use the class condition_variable_any to wait for an event that has any mutex type.
class condition_variable_any;
Members
Public Constructors
Name  | 
Description  | 
|---|---|
Constructs a condition_variable_any object.  | 
Public Methods
Name  | 
Description  | 
|---|---|
Unblocks all threads that are waiting for the condition_variable_any object.  | 
|
Unblocks one of the threads that are waiting for the condition_variable_any object.  | 
|
Blocks a thread.  | 
|
Blocks a thread, and sets a time interval after which the thread unblocks.  | 
|
Blocks a thread, and sets a maximum point in time at which the thread unblocks.  | 
Requirements
Header: condition_variable
Namespace: std