Interface | Description |
---|---|
Cancellable |
A
Cancellable represents a process or an operation that can be
canceled. |
FutureCallback<T> |
A callback interface that gets invoked upon completion of
a
Future . |
Class | Description |
---|---|
BasicFuture<T> |
Basic implementation of the
Future interface. |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.