noqueue
JSON →noqueue is an asynchronous queue and loop utility library for Node.js (v5.0.15, last updated in 2021). It provides an infinity loop with built-in queue management, parallel execution, and utility functions like First (race), Fill (allSettled), TillSuccess (retry), and AwaitSleep. Written in TypeScript with ESM support. Differentiates from simple setTimeout/setInterval by offering structured event-driven patterns with failover and synchronous/asynchronous job control. Suitable for task scheduling, retries, and concurrent processing.
Resources
packagenoqueue ↗