Map-like, concurrent promise processing for Node.js
A minimal library for managing multiple promise instances (promise pool).
A modern Promise-semaphore for Node.js projects, enabling users to limit the number of concurrently executing promises. Offering backpressure control for enhanced efficiency, utilizing a communicative API that signals availability, promoting a just-in-tim
Run asynchronous tasks in batches with controlled concurrency - perfect for API calls, database operations, and file processing
A modern weighted promise semaphore for Node.js projects, ideal for managing workloads with varying processing requirements. It allows limiting the total weight of concurrently executing jobs, ensuring efficient resource utilization. Offering backpressure