Join Slack
Powered by
is this right use-case for coroutineScope and with...
# coroutines
d
Dias
03/05/2019, 9:23 AM
is this right use-case for coroutineScope and withContext?
g
gildor
03/05/2019, 9:27 AM
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
5
Views
Open in Slack
Previous
Next