类
<condition_variable>
std::condition_variable_any
class condition_variable_any;
Condition variable (any lock)
成员函数
- (构造函数)
- Construct condition_variable_any (public member function)
- (析构函数)
- Destroy condition_variable_any (public member function)
Wait functions
- wait
- 等待直到通知 (公有成员函数)
- wait_for
- 等待超时或直到通知 (public member function)
- wait_until
- 等待直到通知或时间点 (public member function)
Notify functions
- notify_one
- 通知一个 (public member function)
- notify_all
- 通知全部 (public member function)