queue-maplimit
JSON →A lightweight concurrency-limited async queue based on Promises, implementing a mapLimit pattern similar to async.mapLimit. Version 0.0.3 provides a simple API to control the maximum number of concurrent async operations. It is dependency-free and designed for node.js and browser environments where Promise-based concurrency control is needed. Compared to alternatives like p-limit or async.queue, it offers a minimal API surface with a single QueueMapLimit class that takes a limit and an add method accepting an array and iteratee.
Resources
packagequeue-maplimit ↗