yes, in order to get result from another async blo...
# coroutines
d
yes, in order to get result from another async block (whether we're calling from another async block or not) we need to return something composable. I've been experimenting with FutureTask since Android has it at level < 24 unlike CompletableFuture