std::counting_semaphore<LeastMaxValue>::~counting_semaphore
来自 cppreference.com
< cpp | thread | counting semaphore
~counting_semaphore(); |
(自 C++20 起) | |
销毁 counting_semaphore
对象。
如果任何线程同时调用此信号量上的任何其他成员函数,则行为未定义。 这包括在 acquire()、try_acquire_for() 或 try_acquire_until() 中阻塞的线程。