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