SchedulerCoroutineDispatcher
class SchedulerCoroutineDispatcher(scheduler: Scheduler) : CoroutineDispatcher, Delay
Content copied to clipboard
Implements CoroutineDispatcher on top of an arbitrary Scheduler.
Constructors
SchedulerCoroutineDispatcher
Link copied to clipboard
Properties
scheduler
Link copied to clipboard
Underlying scheduler of current CoroutineDispatcher.