why? I thought the list of strings are fully map t...
# coroutines
v
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.