is this right use-case for coroutineScope and with...
# coroutines
d
is this right use-case for coroutineScope and withContext?
g
yes, it’s completely fine and how it should be used if you want to run a few coroutiones in parallel and wait when those coroutines are finished
👌 1