AndroidScheduler

class AndroidScheduler(schedulerCallback: AndroidSchedulerCallback, ioDispatcher: CoroutineDispatcher, computationDispatcher: CoroutineDispatcher, defaultDispatcher: CoroutineDispatcher)

Functions

addTask
Link copied to clipboard
open fun addTask(task: <ERROR CLASS>)
addTasks
Link copied to clipboard
open fun addTasks(tasks: ArrayList<<ERROR CLASS>>)
clear
Link copied to clipboard
open fun clear()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
launchCoroutine
Link copied to clipboard
fun launchCoroutine(context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit)
pause
Link copied to clipboard
open fun pause()
removeTask
Link copied to clipboard
open fun removeTask(id: String)
resume
Link copied to clipboard
open fun resume()
setCoroutineScope
Link copied to clipboard
fun setCoroutineScope(coroutineScope: CoroutineScope)
toString
Link copied to clipboard
open fun toString(): String