@metcoder95/tiny-pool
Extremely simplistic and tiny AsyncPool for limiting concurrency of async operations
bodhi-async-batch
Run asynchronous tasks in batches with controlled concurrency - perfect for API calls, database operations, and file processing
fast-async-pool
Run multiple promise-returning & async functions with limited concurrency with low overhead
async-task-runner-js
Empower your single-threaded JavaScript with intelligent task pooling, throttling, and prioritization. A better alternative to Promise.all() for managing thousands of async operations without overwhelming your resources.