ioCoroutineScope

val ioCoroutineScope: CoroutineScope

CoroutineScope for running coroutines on an IO thread. The scope is cancelled when the lifecycleOwner Lifecycle is destroyed.