Releases: emillis/workerPool
Releases · emillis/workerPool
v0.1.0
This module is used for simple implementation of worker pool concurrency design pattern.
It has automatic management of number of workers that are in the worker pool that will scale with the amount of work that's coming in. Client has the ability to define Min, Max number of workers allowed in the pool, how big is the "work bucket", how rapidly the workers will be spawned and how long they will remain idle before terminating