mainCoroutineScope

val mainCoroutineScope: CoroutineScope

CoroutineScope tied to the lifecycleOwnerLifecycle. The coroutines run on the main thread and are cancelled when the lifecycleOwnerLifecycle is destroyed.