dave08
07/28/2019, 2:57 PMcoroutineScope { async(executor.asCoroutineDispatcher()) { ... } } or is there a difference?Dominaezzz
07/28/2019, 3:05 PMcoroutineScope { } should mostly only be used to spawn multiple coroutines.dave08
07/28/2019, 3:08 PMGlobalScope ... makes sense, thanks again!