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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make docstring PEP 257 compliant
  • Loading branch information
jbower-fb authored May 6, 2023
commit 26409a2bb8eb3479251619694f61d24a6578cebf
1 change: 1 addition & 0 deletions Lib/asyncio/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ def callback():
def create_eager_task_factory(custom_task_constructor):
"""
Creates a function suitable for use as a task factory on an event-loop.

The tasks created will be started immediately (rather than being first
scheduled to an event loop). The constructor argument can be any callable
that returns a ``Task`` compatible object and has a signature compatible
Expand Down