Skip to content

Release 1.7.0

Compare
Choose a tag to compare
@alitto alitto released this 02 Jan 14:57
· 38 commits to master since this release

Changes included

  • Added option to specify a parent context on a pool (pond.Context(parentCtx context.Context))
  • Added method to stop the pool and wait until a given deadline is reached (StopAndWaitFor(deadline time.Duration)
  • Migrated from Travis CI to Github Actions
  • Fixed typos in comments
  • Added a few sections to the Readme file