Skip to content

Release v2.0.2

Compare
Choose a tag to compare
@alitto alitto released this 21 Oct 22:11
· 8 commits to main since this release

Changes

  • Expose Stopped() bool method in pools to indicate whether the pool has been stopped or its associated context has been cancelled.

Fixes

  • Ensure ErrPoolStopped error is always returned when attempting to submit a task to a pool that has been stopped or its associated context cancelled.