Thread synchronization class.
Thread synchronization class. Class GEvent provides a simple way to synchronize several threads. An event object can be either signaled or non-signaled. Event objects are initially non-signaled. Function set turns an event object to signaled. Function wait waits until the event object is signaled and then turns it to non-signaled.Note. Both the copy constructor and the copy operator are declared as private members. It is therefore not possible to make multiple copies of instances of this class, as implied by the class semantic.
void wait()
void wait(int timeout)
Alphabetic index HTML hierarchy of classes or Java