Interface | Description |
---|---|
Cancellable |
A
Cancellable represents a process or an operation that can be
canceled. |
CancellableDependency |
This interface represents
Cancellable object dependent on another
ongoing process or operation. |
FutureCallback<T> |
A callback interface that gets invoked upon completion of
a
Future . |
Class | Description |
---|---|
BasicFuture<T> |
Basic implementation of the
Future interface. |
CompletedFuture<T> |
Immutable, completed future.
|
ComplexCancellable |
Cancellable that has a dependency on another Cancellable
process or operation. |
ComplexFuture<T> | |
DefaultThreadFactory |
Default
ThreadFactory implementation. |