CompletableFutures.See: Description
| Interface | Description |
|---|---|
| AsyncIterable<T> |
A collection of elements that can be iterated over in a non-blocking fashion.
|
| AsyncIterator<T> |
A version of
Iterator that allows for non-blocking iteration over elements. |
| Cancellable |
Describes an operation or signal that can be cancelled.
|
| CloneableException |
An
Exception that can be duplicated with a new backtrace. |
| CloseableAsyncIterator<T> |
A version of
AsyncIterator that must be closed once no longer in use in order to free
any associated resources. |
| Class | Description |
|---|---|
| AsyncUtil |
Provided utilities for using and manipulating
CompletableFutures. |
CompletableFutures.