Important
As of this release, the minimum required Go version to use ants
is 1.18!
Furthermore, goroutine pool with Go generics is implemented!
🚀 Features
- test: add some basic testable examples (#353)
- feat: implement generic pool (#351)
- opt: streamline pool implementation to reduce duplicated code (#350)
- feat: export the internal package sync (#349)
🛩 Enhancements
- opt: streamline pool implementation to reduce duplicated code (#350)
- opt: bump up the minimum required Go version to 1.16 (#347)
📚 Documentation
- test: add some basic testable examples (#353)
- opt: streamline pool implementation to reduce duplicated code (#350)
- feat: export the internal package sync (#349)
Full Changelog: v2.10.0...v2.11.0
Thanks to all these contributors: @panjf2000 for making this release possible.
What's Changed
- opt: bump up the minimum required Go version to 1.16 by @panjf2000 in #347
- feat: export the internal package sync by @panjf2000 in #349
- opt: streamline pool implementation to reduce duplicated code by @panjf2000 in #350
- feat: implement generic pool by @panjf2000 in #351
- test: add some basic testable examples by @panjf2000 in #353
- minor: v2.11.0 by @panjf2000 in #352
Full Changelog: v2.10.0...v2.11.0