class
<condition_variable>

std::condition_variable_any

class condition_variable_any;
Condition variable (any lock)
Same as condition_variable, except that its wait functions can take any lockable type as argument (condition_variable objects can only take unique_lock<mutex>). Other than that, they are identical.

Member functions


Wait functions


Notify functions