dorf
10/18/2020, 7:57 AMephemient
10/18/2020, 8:27 AMkotlin.coroutines.CoroutineContext
is pretty low level, you generally don't need to think about itkotlinx.coroutines.CoroutineScope
uses kotlin.coroutines.CoroutineContext
as a building block for structured concurrency; there's other users tookotlinx.coroutines
, about whether to pass a kotlinx.coroutines.CoroutineScope
or not, see https://medium.com/@elizarov/coroutine-context-and-scope-c8b255d59055gildor
10/18/2020, 8:54 AMursus
10/18/2020, 4:33 PMgildor
10/18/2020, 11:25 PMursus
10/19/2020, 12:15 AM