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.
This repository has been archived by the owner on May 23, 2024. It is now read-only.