| Interface | Description |
|---|---|
| AsyncCondition |
In order to ease the apis of code shared with single-threaded environments,
we create an Async abstraction that can function efficiently in a threadsafe
enviro, while giving a useful "illusion of concurrency" when single-threaded.
|
| AsyncLock | |
| Process<T> | |
| ProcessRequest |
| Class | Description |
|---|---|
| ConcurrentEnvironment | |
| ProcessController<T> | |
| ProcessCursor<K extends Serializable> |
A state-blob for creating a resumable operation, most often sent to you by an
exception, or thrown by you via a RescheduleException.
|
| Enum | Description |
|---|---|
| ConcurrentEnvironment.Priority | |
| ConcurrentEnvironment.Strategy |
| Exception | Description |
|---|---|
| RescheduleException |
| Annotation Type | Description |
|---|---|
| ProcessSettings |
Copyright © December 07, 2012-2014 The Internet Party. All Rights Reserved.