Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a0728 commit 0b5f1faCopy full SHA for 0b5f1fa
1 file changed
Lib/asyncio/runners.py
@@ -177,6 +177,7 @@ def run(main, *, debug=None, loop_factory=None):
177
running in the same thread.
178
179
If debug is True, the event loop will be run in debug mode.
180
+ If loop_factory is passed, it is used for new event loop creation.
181
182
This function always creates a new event loop and closes it at the end.
183
It should be used as a main entry point for asyncio programs, and should
0 commit comments