See: Description
| Interface | Description |
|---|---|
| Listener<T> |
Context for unregistering a registered listener.
|
| Scheduled |
Scheduled task.
|
| ThreadContext |
Thread context.
|
| Class | Description |
|---|---|
| BlockingFuture<T> |
CompletableFuture implementation that aids in detecting blocked threads. |
| CatalystThread |
Catalyst thread.
|
| CatalystThreadFactory |
Named thread factory.
|
| ComposableFuture<T> |
Special implementation of
CompletableFuture with missing utility methods. |
| Futures |
Utilities for creating completed and exceptional futures.
|
| Listeners<T> |
Utility for managing a set of listeners.
|
| NonBlockingFuture<T> |
A future that can't be blocked.
|
| SingleThreadContext |
Single threaded context.
|
| ThreadPoolContext |
Thread pool context.
|
Copyright © 2013–2016. All rights reserved.