asFuture

转换 Async 对象为 CompletableFuture

使用此方法可以更方便地在 JVM 平台上处理异步操作,尤其是那些需要使用 CompletableFuture 的场景。

Return

表示同一异步操作的 CompletableFuture 对象

See also