AsyncSubject Constructor (Scheduler)

RxJS

Creates a subject that can only receive one value and that value is cached for all future observations.

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

Syntax

JavaScript
Rx.AsyncSubject = function(scheduler);

Parameters

scheduler
Type: Rx..::.Scheduler

See Also