Skip to content

BWorker V0.0.8

Compare
Choose a tag to compare
@bearaujus bearaujus released this 14 Nov 20:02
· 5 commits to master since this release
  • Rename option pool WithWorkerStartupDelay to WithStartupStagger
  • Add context manager
  • Switch shutdown identifier from atomic.Value based to context.Context based
  • Fix the startup stagger waiting issue when the instance has already shut down
  • Improve readme
  • Add test cases
  • Refactor