Converts this Awaitable to a JDK CompletableFuture for interoperability with APIs that require it. @return a CompletableFuture representing this computation
()
| 300 | * @return a {@code CompletableFuture} representing this computation |
| 301 | */ |
| 302 | CompletableFuture<T> toCompletableFuture(); |
| 303 | |
| 304 | // ---- Static factories ---- |
| 305 |
no outgoing calls
no test coverage detected