Join Slack
Communities
Powered by
according to <http://kotlinlang.org> coroutineScop...
# announcements
g
Guru
03/22/2019, 8:43 AM
according to
http://kotlinlang.org
coroutineScope{...}
will not block the current thread while waiting for all children to complete.
g
gildor
03/22/2019, 12:32 PM
It doesn't block thread, but it suspend coroutine
gildor
03/22/2019, 12:33 PM
In general it's not clear what do you want to achieve with this code, why do you need coroutine scope aand yield
3
Views
Open in Slack
Previous
Next