Class | Description |
---|---|
AsyncExecutionService |
The asynchronous executor service that executes all tasks in separate executors.
|
SyncExecutionService |
The synchronous execution service that executes all tasks in zero to one thread.
|
Enum | Description |
---|---|
AsyncExecutionService.State |
The possible states of the service.
|
SyncExecutionService.State |
The possible states of the service.
|