命名空间
变体
操作

std::experimental::latch::is_ready

来自 cppreference.cn
< cpp‎ | experimental‎ | latch
bool is_ready() const noexcept;
(1) (并发技术规范)

若内部计数器等于零,则返回 true

[编辑] 参数

(无)

[编辑] 返回值

若此 *this latch 的内部计数器等于零,则为 true