fun CoroutineScope.launchOnDefault(block: suspend CoroutineScope.() -> Unit): Job
Execute job in Default Thread |
|
fun CoroutineScope.launchOnIO(block: suspend CoroutineScope.() -> Unit): Job
Execute job in IO Thread |
|
fun CoroutineScope.launchOnMain(block: suspend CoroutineScope.() -> Unit): Job
Execute job in Main thread |