BWorker V0.0.8
- Rename option pool
WithWorkerStartupDelay
toWithStartupStagger
- Add context manager
- Switch shutdown identifier from
atomic.Value
based tocontext.Context
based - Fix the startup stagger waiting issue when the instance has already shut down
- Improve readme
- Add test cases
- Refactor