there's also a `Deferred<T>.asCompletableFut...
# coroutines
f
there's also a
Deferred<T>.asCompletableFuture
defined in kotlinx-coroutines-jdk8, so you could have an overload that returns a CompletableFuture for Java users
👍 4