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

Kyros-Digital/rxjs-mux

Repository files navigation

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

About

rxjs observable multiplexer

Resources

License

Stars

Watchers

Forks

Packages

No packages published