Package | Description |
---|---|
agi.foundation.compatibility |
Modifier and Type | Class and Description |
---|---|
class |
EventWaitHandle
Represents a thread synchronization event.
|
class |
ManualResetEvent
Notifies one or more waiting threads that an event has occurred.
|
Modifier and Type | Method and Description |
---|---|
static void |
WaitHandle.waitAll(WaitHandle[] waitHandles)
Waits for all the elements in the specified array to receive a signal.
|