Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 589 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 589 Bytes

rxjs-mux

a observable/subject multiplexer

Mux is a simple multiplexer that buffers multiple emissions and only allows the last one to be passed on to a worker function. allows discrimination of operations by key. It is useful for situations where you want to quickly dispatch updates to a backend and ensure that only the last operation is executed/retried.

References