There is no that much need to have a dedicated `Aw...
# coroutines
e
There is no that much need to have a dedicated
Await.all
in Kotlin, since
.map { it.await() }
is not much longer. Btw, no other language is that composable with respect to asynchronous computations.
👍 4