Scheduler Properties

RxJS

The Scheduler type exposes the following members.

Properties

  NameDescription
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.

See Also