ZQueue

JSON →
library 0.1.1 ·javascript
verified Jun 7, 2026

A lightweight JavaScript library for queueing and running promise-based jobs with concurrency control. Version 0.1.1 is the latest stable release, with no established release cadence. It allows developers to limit the number of concurrent operations, such as controlling upload bandwidth by restricting simultaneous HTTP requests. Compared to alternatives like p-limit or bottleneck, ZQueue offers a minimal API surface focused solely on concurrency limits. It is CommonJS and supports TypeScript via type definitions.