Android Scheduler
class AndroidScheduler(schedulerCallback: AndroidSchedulerCallback, ioDispatcher: CoroutineDispatcher, computationDispatcher: CoroutineDispatcher, defaultDispatcher: CoroutineDispatcher)
Content copied to clipboard
Functions
launchCoroutine
Link copied to clipboard
fun launchCoroutine(context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit)
Content copied to clipboard
removeTask
Link copied to clipboard
setCoroutineScope
Link copied to clipboard