seq-queue
JSON →seq-queue is a FIFO task queue for Node.js that serializes asynchronous operations, ensuring tasks execute in order. Version 0.0.5 is the latest stable release; the package is in maintenance mode with no recent updates. It provides timeout handling per task and events for timeout, close, and drain. Compared to async.queue or bottleneck, seq-queue is minimal with no external dependencies and focuses solely on ordered execution with timeout support.
Resources
packageseq-queue ↗