esm-async-queue

JSON →
library 0.2.2 ·javascript
verified Jun 7, 2026

ESM-only, dependency-free async queue for Node.js and browsers. Version 0.2.2 (released 2024). Processes n tasks concurrently, starting immediately on push. Includes TypeScript definitions and event subscriptions (idle, taskProcessing, taskProcessed, taskPushed). No dependencies. Lightweight alternative to async.queue or p-limit.