SchedulerCoroutineDispatcher
open class SchedulerCoroutineDispatcher :
CoroutineDispatcher,
Delay
Implements CoroutineDispatcher on top of an arbitrary Scheduler.
Parameters
scheduler
- a scheduler.
Constructors
SchedulerCoroutineDispatcher(scheduler: Scheduler) Implements CoroutineDispatcher on top of an arbitrary Scheduler. |
Functions
open fun dispatch( |
|
open fun hashCode(): Int |
|
open fun invokeOnTimeout( |
|
open fun scheduleResumeAfterDelay( |
|
open fun toString(): String |