Subject Constructor (Scheduler)

RxJS

Creates a subject.

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

Syntax

JavaScript
Rx.Subject = function(scheduler);

Parameters

scheduler
Type: Rx..::.Scheduler

See Also