| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.concurrent.completion |
| 类和说明 |
|---|
| CompletableFuture
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.
|
| CompletionStep
A stage of a possibly asynchronous computation, that performs an
action or computes a value when another CompletionStage completes.
|
Copyright © 2019. All rights reserved.