rx-queue

JSON →
library 1.0.5 ·javascript
verified Jun 7, 2026

rx-queue is a ReactiveX-based queue library offering DelayQueue, ThrottleQueue, DebounceQueue, DelayQueueExecutor, and concurrencyExecuter. Built on RxJS and IxJS, it provides easy-to-use FIFO queues with delay, throttle, and debounce features. Version 1.0.5 is the latest stable release, requiring Node >=16 and npm >=7. It ships with TypeScript types and is fully ESM. Differentiators include a simple API, RxJS integration, and built-in executor for delayed function calls.