See: Description
| Interface | Description |
|---|---|
| ScheduledTask |
The internal representation of a scheduled task, implemented inside the scheduler to manage the wrapping for
ScheduledRunnable |
| Scheduler |
Generates tasks that are queued for execution in the specified method
|
| SelectableThread |
Execution abstraction
|
| SelectableThreadPool |
A tunable task executor which represents a scalable thread pool
|
| Class | Description |
|---|---|
| HeldValueLatch<V> |
A one-time latch that holds a value
|
| Joiner |
Utility to wait until a task completes before continuing in the current thread
|
| ScheduledRunnable |
A wrapper over
Runnable that provides access to the scheduling facilities after scheduled |
| Enum | Description |
|---|---|
| TaskType |
Type of task that will be run by the scheduler, how it will be run, when it will be scheduled
|
Copyright © 2016. All rights reserved.