| Executors |
|
| ExecutorThreadFactory |
A thread factory intended for use by critical thread pools.
|
| ExecutorThreadFactory.Builder |
|
| ExponentialBackoffRetryStrategy |
An implementation of RetryStrategy that retries that has an exponential backoff with a
cap.
|
| FixedRetryStrategy |
An implementation of RetryStrategy that retries at a fixed delay.
|
| FutureUtils |
|
| FutureUtils.ConjunctFuture<T> |
A future that is complete once multiple other futures completed.
|
| IgnoreShutdownRejectedExecutionHandler |
Rejected executions are ignored or logged in debug if the executor is shutdown.
|
| IncrementalDelayRetryStrategy |
An implementation of RetryStrategy that retries at an incremental delay with a cap.
|
| NeverCompleteFuture |
A future that never completes.
|
| ScheduledExecutorServiceAdapter |
|
| SeparateThreadExecutor |
An Executor that runs every runnable in a separate thread.
|
| ThreadUtils |
ThreadUtils collects helper methods in the context of threading.
|