Scheduler Properties
From RxJS
The Scheduler type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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.
|