| Package | Description |
|---|---|
| xapi.process.api |
| Modifier and Type | Method and Description |
|---|---|
AsyncCondition |
AsyncLock.newCondition()
always throws
NotYetImplemented. |
| Modifier and Type | Method and Description |
|---|---|
RemovalHandler |
AsyncCondition.await(SuccessHandler<Pair<AsyncLock,AsyncCondition>> onAcquire)
Waits indefinitely for the given condition.
|
RemovalHandler |
AsyncCondition.awaitWithDeadline(SuccessHandler<Pair<AsyncLock,AsyncCondition>> onAcquire,
float millisToWait)
The same rules as
await(SuccessHandler), but with a millisecond
timeout that will share a notification pool, so a minimum of threads
are needed to simply check deadlines and cancel / notify / continue. |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.