Reference

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

(constructor)
Construct condition_variable_any (public member function)
(destructor)
Destroy condition_variable_any (public member function)

Wait functions

wait
Wait until notified (public member function)
wait_for
Wait for timeout or until notified (public member function)
wait_until
Wait until notified or time point (public member function)

Notify functions

notify_one
Notify one (public member function)
notify_all
Notify all (public member function)

AltStyle によって変換されたページ (->オリジナル) /