| Package | Description |
|---|---|
| xapi.gwt.process | |
| xapi.jre.process | |
| xapi.process | |
| xapi.process.api | |
| xapi.process.service |
| Modifier and Type | Method and Description |
|---|---|
AsyncLock |
ConcurrencyServiceGwt.newLock() |
| Modifier and Type | Method and Description |
|---|---|
AsyncLock |
ConcurrencyServiceJre.newLock() |
| Modifier and Type | Method and Description |
|---|---|
static AsyncLock |
X_Process.newLock() |
| 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
AsyncCondition.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. |
RemovalHandler |
AsyncLock.lock(SuccessHandler<AsyncLock> onLocked) |
| Modifier and Type | Method and Description |
|---|---|
AsyncLock |
ConcurrencyService.newLock() |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.