@leumasme/parallelizer
v3.1.0
Published
Run async functions in a pseudo-threadpool
Downloads
6
Maintainers
Readme
@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.