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