13 #include <condition_variable>
30 std::condition_variable m_condVariable;
39 void ArriveAndWait ();
Definition: Exception.h:11
Plik zawiera definicje podstawowych typów zmiennych.
Can block multiple threads and wait for signal. ThreadsLatch is not reusable. Use ThreadsBarrier inst...
Definition: ThreadsLatch.h:25