d3-queue
Evaluate asynchronous tasks with configurable concurrency.
run-parallel-limit
Run an array of functions in parallel, but limit the number of tasks executing at the same time
concurrency
A way to achieve concurrency running multiple tasks
thread-tasks
Thread Tasks: Offload your CPU-intensive tasks to separate threads.