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