Join Slack
Powered by
`things.map { compute(it) }.awaitAll()` is nicer t...
# coroutines
p
pniederw
12/22/2016, 11:26 AM
things.map { compute(it) }.awaitAll()
is nicer than
allOf(things.map { compute(it) }).await()
though
Open in Slack
Previous
Next