std::experimental::latch::wait
Min standard notice:
Blocks the calling thread until the internal counter reaches 0. If it is zero already, returns immediately.
# Declarations
void wait() const;
(concurrency TS)
# Return value
(none)
Blocks the calling thread until the internal counter reaches 0. If it is zero already, returns immediately.
void wait() const;
(concurrency TS)
(none)