Join Slack
Powered by
why? I thought the list of strings are fully map t...
# coroutines
v
vaskir
06/11/2017, 8:29 PM
why? I thought the list of strings are fully map to
Deferred<Int>
, then we wait one element after another in
.map { it.await() }
, while all of them are running in parallel.
Open in Slack
Previous
Next