@leumasme/parallelizer
Purpose
This package can be used to run multiple async tasks in parallel.
It implements a basic pseudo-threadpool for async functions.
Installation
npm install @leumasme/parallelizer
Usage
Usage is very simple - see the example.
Typescript type definitions are also emitted for full autocompletion/typescript support.