Product Site

5.4.7. EventSemaphore Class

An event semaphore is a synchronization mechanism that can be used to indicate to activities when a particular condition—the event—has become true.

An event can be set by posting the event semaphore, or cleared by resetting it. An activity, a concurrent chain of execution, can choose to get suspended while waiting for the event to become true, at which point the activity is released and continues to execute.
Table 5.42. EventSemaphore Class
Object
Methods inherited from the Object class
Class (Metaclass)
Methods inherited from the Class class
EventSemaphore
new (Class Method)
isPostedresetwait
postuninit