std::latch::~latch
From cppreference.com
C++
Concurrency support library
|
|
std::latch
Member functions | ||||
latch::~latch | ||||
Constants | ||||
~latch(); |
(since C++20) | |
Destroys the latch
.
Notes
It is only safe to invoke the destructor if all threads have been notified. The programmer must ensure that no threads attempt to wait on *this