pause-queue

JSON →
library 0.1.0 ·javascript abandoned
verified Jun 7, 2026

A pausable and resumable queue for Node.js. Version 0.1.0 (last updated 2011, no further releases). Allows pausing and resuming queue processing, useful for throttling when a resource becomes unavailable. Concurrency defaults to 1. Minimal API: push, pause, resume. Only supports CommonJS. No TypeScript types, no promises. Unmaintained.