Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@trowski trowski released this 11 Oct 03:19
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