std::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;
(since C++20)
# Return value
(none)
Blocks the calling thread until the internal counter reaches 0. If it is zero already, returns immediately.
void wait() const;
(since C++20)
(none)