queueing-subject
v1.0.0
Published
an rxjs subject that queues data when it has no observers
Downloads
5,771
Readme
queueing-subject
The QueueingSubject is very similar to the ReplaySubject but it only queues values when it has no observers. The queued values are delivered to the first observer that subscribes at which point the queue is reset.