diesieben07
06/28/2017, 11:21 PMkotlinx-coroutines-jdk8
artifact, then you will be able to .await()
on a CompleteableFuture
. As for a normal `Future`: The Future
API does not have a non-blocking "callback-style" API, the only way to wait for a plain Future
is a blocking call to get
.