array-batcher

Execute operations on or mapping conversions of JavaScript Arrays in predetermined batches. Batches can be of a fixed size, created from a desired number of batches, or constructed by iterating through the array and testing a predicate.

easy-action-queue

A lightweight library to queue and manage actions with configurable concurrency, supporting synchronous, asynchronous, and observable actions.