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
Optimize :class:`asyncio.TaskGroup` when using :func:`asyncio.eager_task_factory`. Skip scheduling done callbacks when all tasks finish without blocking.
1
+
Optimize :class:`asyncio.TaskGroup` when using :func:`asyncio.eager_task_factory`.
2
+
Skip scheduling a done callback if a TaskGroup task completes eagerly.
0 commit comments