All Projects → insidewhy → queueing-subject

insidewhy / queueing-subject

Licence: other
an rxjs subject that queues data when it has no observers

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

queueing-subject

build status Known Vulnerabilities

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.

Changelog

Changelog here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].