std::experimental::latch::is_ready

Returns true if the internal counter equals zero.

# Declarations

bool is_ready() const noexcept;

(concurrency TS)

# Return value

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