You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version v2.9.0, ants introduces two new pool types: MultiPool and MultiPoolWithFunc from which you will benefit the
performance improvement on the basis of the fine-grained locking that reduces the lock contention.
These two pools are a good fit for the scenario where you have a large number of tasks to submit, and you don't want the single pool to be the bottleneck.
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.7.4
fix(deps): update module github.com/panjf2000/ants/v2 to v2.7.5
Jun 8, 2023
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.7.5
fix(deps): update module github.com/panjf2000/ants/v2 to v2.8.0
Jul 1, 2023
No Coverage information No Duplication information
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.8.0
fix(deps): update module github.com/panjf2000/ants/v2 to v2.8.1
Jul 6, 2023
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.8.1
fix(deps): update module github.com/panjf2000/ants/v2 to v2.8.2
Sep 18, 2023
No Coverage information No Duplication information
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.8.2
fix(deps): update module github.com/panjf2000/ants/v2 to v2.9.0
Nov 21, 2023
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.9.0
fix(deps): update module github.com/panjf2000/ants/v2 to v2.9.1
Mar 26, 2024
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.9.1
fix(deps): update module github.com/panjf2000/ants/v2 to v2.10.0
Jun 18, 2024
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.10.0
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.0
Jan 12, 2025
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.0
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.1
Feb 9, 2025
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.1
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.2
Mar 7, 2025
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.2
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.3
Apr 12, 2025
renovatebot
changed the title
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.3
fix(deps): update module github.com/panjf2000/ants/v2 to v2.11.4
Dec 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.4.3→v2.11.4Release Notes
panjf2000/ants (github.com/panjf2000/ants/v2)
v2.11.4Compare Source
v2.11.3Compare Source
v2.11.2Compare Source
v2.11.1Compare Source
v2.11.0: Ants v2.11.0, Grave of the FirefliesCompare Source
🚀 Features
🛩 Enhancements
📚 Documentation
Full Changelog: panjf2000/ants@v2.10.0...v2.11.0
Thanks to all these contributors: @panjf2000 for making this release possible.
v2.10.0: Ants v2.10.0, Cyberpunk: EdgerunnersCompare Source
🛩 Enhancements
🐛 Bugfixes
📚 Documentation
🗃 Misc
Full Changelog: panjf2000/ants@v2.9.1...v2.10.0
Thanks to all these contributors: @POABOB, @akshaynanavare and @panjf2000 for making this release possible.
v2.9.1Compare Source
v2.9.0: Ants v2.9.0, Puella Magi Madoka MagicaCompare Source
🚀 Features
🛩 Enhancements
retrieveWorkerto make it more readable (#295)🐛 Bugfixes
Release()(#287)📚 Documentation
16771ce🗃 Misc
Full Changelog: panjf2000/ants@v2.8.0...v2.9.0
Performance improvement
In version v2.9.0,
antsintroduces two new pool types:MultiPoolandMultiPoolWithFuncfrom which you will benefit theperformance improvement on the basis of the fine-grained locking that reduces the lock contention.
These two pools are a good fit for the scenario where you have a large number of tasks to submit, and you don't want the single pool to be the bottleneck.
Benchmark testing
Thanks to all these contributors: @ELchem, @POABOB and @panjf2000 for making this release possible.
v2.8.2Compare Source
v2.8.1Compare Source
v2.8.0: Ants v2.8.0, PaprikaCompare Source
🚀 Features
ReleaseTimeoutfor the default pool (#285)🛩 Enhancements
ReleaseTimeoutfor the default pool (#285)b32591f7a56a5c0313effb6eaea1🐛 Bugfixes
📚 Documentation
33c7754b9ac4d4🧳 Misc
711cad93110e41Full Changelog: panjf2000/ants@v2.7.0...v2.8.0
Thanks to all these contributors: @ELchem, @GlebRadchenko, @gocurr, @panjf2000 and @piaodazhu for making this release possible.
v2.7.5Compare Source
v2.7.4Compare Source
v2.7.3Compare Source
v2.7.2Compare Source
v2.7.1Compare Source
v2.7.0: Ants v2.7.0, Future GPX Cyber FormulaCompare Source
Changelogs
🛩 Enhancements
Performance improvement:
Full Changelog: panjf2000/ants@v2.6.0...v2.7.0
Thanks to all these contributors: @panjf2000 for making this release possible.
v2.6.1Compare Source
v2.6.0: Ants v2.6.0, Slam DunkCompare Source
Features
Add option to turn off automatically purge (#253)
b604f7dv2.5.0: Ants v2.5.0, Anohana: The Flower We Saw That DayCompare Source
Features
pool.ReleaseTimeout()96d074215f3cdfpool.Waiting()9310acdBugfixes
Misc
9d85d57v2.4.8Compare Source
v2.4.7Compare Source
v2.4.6Compare Source
v2.4.5Compare Source
v2.4.4Compare Source
Configuration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.