Namespaces
Variants

std::experimental::latch:: is_ready

From cppreference.net
bool is_ready ( ) const noexcept ;
(1) (concurrency TS)

Returns true if the internal counter equals zero.

Parameters

(none)

Return value

true if the internal counter of * this latch equals zero.