Release 1.6.1
Changes included:
- Improve handling of tasks submitted to a stopped pool
- Sending a task using
Submit()
will panic withErrSubmitOnStoppedPool
if the pool has been stopped. - Sending a task using
TrySubmit()
will returnfalse
if the pool has been stopped.
- Sending a task using
- Update dependencies in benchmark package