Skip to content

Release 1.6.1

Compare
Choose a tag to compare
@alitto alitto released this 26 Dec 13:58
· 44 commits to master since this release

Changes included:

  • Improve handling of tasks submitted to a stopped pool
    • Sending a task using Submit() will panic with ErrSubmitOnStoppedPool if the pool has been stopped.
    • Sending a task using TrySubmit() will return false if the pool has been stopped.
  • Update dependencies in benchmark package