chansek
04/16/2019, 10:31 AMJoakimForslund
04/16/2019, 10:33 AMoctylFractal
04/16/2019, 10:33 AMcoroutineScope
blocks until everything inside finishes, like a while
or for
loop would: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/coroutine-scope.htmlrunBlocking
, but I could be wronggildor
04/16/2019, 10:33 AMSuspends, not blocksblockscoroutineScope
octylFractal
04/16/2019, 10:33 AMgildor
04/16/2019, 10:34 AM