Represents an object that schedules units of work.
Namespace: SharpKit.Rx
Properties
|
CurrentThread
|
Gets the scheduler that schedules work as soon as possible on the current thread.
|
|
Immediate
|
Gets the scheduler that schedules work immediately on the current thread.
|
|
Timeout
|
Gets the scheduler that schedules work using window.setTimeout.
|