So, if you have some `executeAsync(…)` operation t...
# coroutines
e
So, if you have some
executeAsync(…)
operation that returns
ListenableFuture
, you could just do
executeAsync(…).await()
in a coroutine. Looks quite natural to me.