queue-ts

JSON →
library 0.1.0 ·javascript
verified Jun 7, 2026

A lightweight, promise-based worker queue for TypeScript and JavaScript that limits concurrent task execution. Current stable version is 0.1.0. It offers a simple API for enqueuing async tasks with a configurable concurrency limit, making it suitable for throttling API calls or managing resource-intensive operations. Differentiator: minimal overhead with no external dependencies, designed specifically for TypeScript projects.