CurrentThread Property

RxJS

Gets the scheduler that schedules work as soon as possible on the current thread.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Scheduler.CurrentThread

See Also