Skip to content

2.3.0

Choose a tag to compare

@trowskitrowski released this 11 Oct 03:19
· 27 commits to 2.x since this release
v2.3.0
9777db1

What's Changed

  • Added LimitedWorkerPool extending WorkerPool in #205.
  • Added DelegatingWorkerPool implementing LimitedWorkerPool, which will only allow a limited number of workers to be pulled from a delegate WorkerPool instance.
  • ContextWorkerPool also now implements LimitedWorkerPool, as this pool implementation was already spawned a limited number of workers.

Full Changelog: v2.2.9...v2.3.0