<@U2E974ELT> But `list.forEach { it.await() }` doe...
# coroutines
c
@elizarov But
list.forEach { it.await() }
doesn’t necessarily return the first job that returns, correct? If [0] returns in 5 seconds and [1] in 2, they you’ll wait 5 seconds and suddenly, [0] and [1] return.