Releases: amphp/parallel
Releases · amphp/parallel
2.3.0
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
2.2.9
2.2.8
2.2.7
2.2.6
What's Changed
- Fixed hang during shutdown if a process or thread context has not ended (fixes amphp/file#75).
Full Changelog: v2.2.5...v2.2.6
2.2.5
What's Changed
- Fixed potential hang during shutdown if the process context returned from
DefaultContextFactory
was not shutdown.
Full Changelog: v2.2.4...v2.2.5
2.2.4
What's Changed
- Fixed
SocketIpcHub
not removing the temporary socket file if the object was not explicitly closed before destruction (fixes #183). - Add previous exception message when fail to start process by @thgs in #192
New Contributors
Full Changelog: v2.2.3...v2.2.4
2.2.3
What's Changed
- Fixed accepting a socket with
SocketIpcHub::accept()
after cancelling a prior accept operation.
Full Changelog: v2.2.2...v2.2.3