10#include <condition_variable>
28 mutable size_t _waitCnt = 0;
29 mutable std::mutex _m;
30 mutable std::condition_variable _cv;
Reference-counted Manual Event.
Definition: RcManualEvent.hpp:25
bool WaitForSignal(int timeoutMs) const
Wait for event to be signaled, or for timeout.
void Reset()
Reset the event signal to 0 without signaling other threads.
void Clear()
Clear the event.
void Signal()
Signal the event.
#define CTREXPORT
Definition: export.h:14
Definition: string_util.hpp:15