sprint 1-alpha
|
Event object. can be signaled or unsignaled, waited on it. More...
#include <event.h>
Public Member Functions | |
event (bool bManualReset=true, bool InitialStatus=false) | |
ctor | |
void | signal () const |
signal the event. Waiting thread will be woke up | |
void | unsignal () const |
reset the event (is bManualReset = false) | |
bool | wait (DWORD timeout) const |
DWORD | win_wait (DWORD timeout) const |
attende che l'evento accada e ritorna la risposta (solo sotto Windows) | |
operator HANDLE () | |
cast to HANDLE |
Event object. can be signaled or unsignaled, waited on it.
bool sprint::event::wait | ( | DWORD | timeout | ) | const |
attende che l'evento accada