2.3.0
What's Changed
- Added
LimitedWorkerPoolextendingWorkerPoolin #205. - Added
DelegatingWorkerPoolimplementingLimitedWorkerPool, which will only allow a limited number of workers to be pulled from a delegateWorkerPoolinstance. ContextWorkerPoolalso now implementsLimitedWorkerPool, as this pool implementation was already spawned a limited number of workers.
Full Changelog: v2.2.9...v2.3.0