Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yousufkalim/async-workers

A NodeJS function that will process N number of tasks concurrently, until the taskList is exhausted. N defines the number of concurrent promises that your script should attempt to resolve, and should be changeable on the fly
https://github.com/yousufkalim/async-workers

Last synced: 10 days ago
JSON representation

A NodeJS function that will process N number of tasks concurrently, until the taskList is exhausted. N defines the number of concurrent promises that your script should attempt to resolve, and should be changeable on the fly

Awesome Lists containing this project