What's Changed
- Added
LimitedWorkerPool
extendingWorkerPool
in #205. - Added
DelegatingWorkerPool
implementingLimitedWorkerPool
, which will only allow a limited number of workers to be pulled from a delegateWorkerPool
instance. ContextWorkerPool
also now implementsLimitedWorkerPool
, as this pool implementation was already spawned a limited number of workers.
Full Changelog: v2.2.9...v2.3.0