2.4.0
2.3.4
2.3.3
2.3.2
1.4.4
What's Changed
- Fixed PHP 8.4 deprecations in the 1.x release series.
Please upgrade to 2.x if you can.
Full Changelog: v1.4.3...v1.4.4
2.3.1
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
2.2.9
What's Changed
- Fixed a race condition if outstanding accept calls were pending when closing
SocketIpcHub. - Removed use of error-suppression operator to avoid warnings from mis-configured error handlers (#200).
Full Changelog: v2.2.8...v2.2.9
2.2.8
2.2.7
What's Changed
- Fixed cancelled tasks still being submitted to task workers.
- Marked result and receive template types on
Contextas covariant. - Small improvements on examples by @thgs in #194
Full Changelog: v2.2.6...v2.2.7