Join Slack
Communities
Powered by
So, if you have some `executeAsync(…)` operation t...
# coroutines
e
elizarov
03/01/2017, 4:27 PM
So, if you have some
executeAsync(…)
operation that returns
ListenableFuture
, you could just do
executeAsync(…).await()
in a coroutine. Looks quite natural to me.
Open in Slack
Previous
Next