| Package | Description |
|---|---|
| xapi.process.api |
| Modifier and Type | Method and Description |
|---|---|
AsyncCondition |
AsyncLock.newCondition()
always throws
NotYetImplemented. |
| Modifier and Type | Method and Description |
|---|---|
xapi.util.api.RemovalHandler |
AsyncCondition.await(xapi.util.api.SuccessHandler<xapi.util.api.Pair<AsyncLock,AsyncCondition>> onAcquire)
Waits indefinitely for the given condition.
|
xapi.util.api.RemovalHandler |
AsyncCondition.awaitWithDeadline(xapi.util.api.SuccessHandler<xapi.util.api.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-2014 The Internet Party. All Rights Reserved.