SchedulerCoroutineDispatcher

Implements CoroutineDispatcher on top of an arbitrary Scheduler.

Parameters

scheduler

a scheduler.

Constructors

Link copied to clipboard
constructor(scheduler: Scheduler)

Properties

Link copied to clipboard

Underlying scheduler of current CoroutineDispatcher.