| 接口 | 说明 |
|---|---|
| CompletableFuture.AsynchronousCompletionTask |
A marker interface identifying asynchronous tasks produced by
async methods. |
| CompletionStep<T> |
A stage of a possibly asynchronous computation, that performs an
action or computes a value when another CompletionStage completes.
|
| 类 | 说明 |
|---|---|
| CompletableFuture<T> |
A { Future} that may be explicitly completed (setting its
value and status), and may be used as a { CompletionStep},
supporting dependent functions and actions that trigger upon its
completion.
|
| 异常错误 | 说明 |
|---|---|
| CompletionException |
Exception thrown when an error or other exception is encountered
in the course of completing a result or task.
|
Copyright © 2021. All rights reserved.