according to <http://kotlinlang.org> coroutineScop...
# announcements
g
according to http://kotlinlang.org coroutineScope{...} will not block the current thread while waiting for all children to complete.
g
It doesn't block thread, but it suspend coroutine
In general it's not clear what do you want to achieve with this code, why do you need coroutine scope aand yield