We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed77745 commit 06c747aCopy full SHA for 06c747a
docs/java/concurrent/completablefuture-intro.md
@@ -87,8 +87,6 @@ public class CompletableFuture<T> implements Future<T>, CompletionStage<T> {
87
88

89
90
-`CompletionStage` 接口描述了一个异步计算的阶段。很多计算可以分成多个阶段或步骤,此时可以通过它将所有步骤组合起来,形成异步计算的流水线。
91
-
92
`CompletableFuture` 除了提供了更为好用和强大的 `Future` 特性之外,还提供了函数式编程的能力。
93
94

0 commit comments