What's Changed
- Fix tests not working with goleak
- Use sync.WaitGroup to ensure that all workers exit before Stop exits
- perf: unify startWorker and worker to spawn less goroutines
- make it work with deque0.2 and go 1.18
- Task queue does not need to be buffered by
New Contributors
- @Wondertan made their first contribution in #59
- @yulin-li made their first contribution in #64
Full Changelog: v1.1.2...v1.1.3