10#include <condition_variable>
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 and force any threads waiting on WaitForSignal() to time out.
void Clear()
Clear the event signal without signaling other threads.
void Signal()
Signal the event.
#define CTREXPORT
Definition export.h:14
Definition StatusCodes.h:18