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
The behavior is undefined if any thread is concurrently calling a member function of the
barrier
.
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/thread/barrier/%7Ebarrier&oldid=161106
"