類
<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)