GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources
Tin mới
itamaro:asyncio-skip-gathering-future
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
gh-97696 introduced eager tasks factory, which speeds up some async-heavy workloads by up to 50% when opted in.
Leverage eager tasks to optimize asyncio gather & TaskGroups further #104144
gh-NNNN: Skip creating GatheringFuture if all futures finished eagerly
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Apply review suggestion to NEWS entry
Merge branch 'main' into asyncio-skip-gathering-future
Modify implementation to eagerly call done callbacks at the end of th…
update inline comment and NEWS entry
Merge branch 'main' into asyncio-skip-gathering-future
: Optimize gather to finish eagerly when all futures c…