Join Slack
Powered by
Is there a reason for `Deferred<T>` not to h...
# coroutines
r
r4zzz4k
01/31/2018, 7:00 PM
Is there a reason for
Deferred<T>
not to have blocking variant of
.await()
? Is it okay to do
deferred.asCompletableFuture().join()
if it's needed anyway?
Open in Slack
Previous
Next