AsyncSubject Constructor

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();

See Also