Release v2.0.2
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.