名稱空間
變體
操作

std::experimental::latch::is_ready

來自 cppreference.com
< cpp‎ | experimental‎ | latch
bool is_ready() const noexcept;
(1) (併發技術規範)

若內部計數器等於零,則返回 true

[編輯] 引數

(無)

[編輯] 返回值

若此 *this latch 的內部計數器等於零,則為 true