Qyu - Async Job Queue for Node.js and Browser
JSON →Qyu 2.1.3 (stable, semver releases) is a flexible, promise-based asynchronous job queue for both Node.js (>=10) and browser environments. It prioritizes simplicity and always-on readiness, accepting jobs any time and executing them up to a configurable concurrency limit. Unlike simple async pools, Qyu supports per-job priority, per-job timeout, queue capacity limits, pause/resume, and an AbortSignal. It ships both CJS and ESM builds with full TypeScript type definitions. Key differentiator: designed for large-scale web scrapers and API throttling, with a minimal API surface (the instance itself is callable).