命名空间
变体
操作

std::experimental::latch::is_ready

来自 cppreference.com
< cpp‎ | experimental‎ | latch
bool is_ready() const noexcept;
(1) (并发 TS)

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

[编辑] 参数

(无)

[编辑] 返回值

如果 *this 闩锁的内部计数器等于零,则返回 true