std::experimental::latch::is_ready

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

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

参数

(无)

返回值

*this 闩的内部计数器等于零则为 true