| Class | Description |
|---|---|
| AbstractThreadPoolService |
Base Service that runs asynchronously using a thread pool.
|
| CancellationToken |
Represents a token that can be passed around to various services or components to indicate when a task should be cancelled.
|
| ExecutorServiceHelpers |
Helper methods for ExecutorService.
|
| ExecutorServiceHelpers.Snapshot | |
| Futures |
Extensions to Future and CompletableFuture.
|
| NewestReference<T extends java.lang.Comparable<T>> |
Keeps the largest value in a thread safe way.
|
| SequentialAsyncProcessor |
An Executor extension that runs the same task asynchronously, but never concurrently.
|
| Services |
Helper methods that allow controlling Services.
|