| Class and Description |
|---|
| CompletableFuture
A
Future that may be explicitly completed (setting its
value and status), and may be used as a CompletionStage,
supporting dependent functions and actions that trigger upon its
completion. |
| CompletionStage
A stage of a possibly asynchronous computation, that performs an
action or computes a value when another CompletionStage completes.
|
Copyright © 2021. All rights reserved.