2.3.0
What's Changed
- Added
LimitedWorkerPoolextendingWorkerPoolin https://github.com/amphp/parallel/pull/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: https://github.com/amphp/parallel/compare/v2.2.9...v2.3.0