Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
Apply review suggestion to NEWS entry
Co-authored-by: Carl Meyer <[email protected]>
  • Loading branch information
itamaro and carljm authored May 4, 2023
commit 9289c9e5ada4dd01f539edf86717a7a8798f2de4
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Optimize asyncio.gather when using eager tasks factory Skip creating
gathering future and scheduling done callbacks when all futures finish
without blocking - for up to 3x speedup
Optimize :func:`asyncio.gather` when using :func:`asyncio.eager_task_factory`.
Skip creating gathering future and scheduling done callbacks when all futures finish
without blocking.