std::barrier<CompletionFunction>::~barrier
From cppreference.com
C++
Concurrency support library
|
|
std::barrier
Member functions | ||||
barrier::~barrier | ||||
Constants | ||||
~barrier(); |
(since C++20) | |
Destroys the barrier
.
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