SchedulerCoroutineDispatcher
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
fun dispatch( |
|
fun hashCode(): Int |
|
fun invokeOnTimeout( |
|
fun scheduleResumeAfterDelay( |
|
fun toString(): String |