| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
int |
WindowsNativeUtil.WaitForMultipleObjects(long[] handles,
int millis,
boolean waitAll)
Wait for any or all event handles in a handle array.
|
boolean |
WindowsNativeUtil.WaitForSingleObject(long handle,
int millis)
Waits for a single event handle.
|
Copyright © 2023. All rights reserved.