Hi, what's the best way to run many tasks in paral...
# coroutines
b
Hi, what's the best way to run many tasks in parallel at the same time and wait its results with coroutines?
Oh I found
awaitAll
it helps me