-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop user supplied loop #2531
Drop user supplied loop #2531
Conversation
So now we always use asyncio global loop and if I want/need to run an app in different one, I should run it in different thread? |
Codecov Report
@@ Coverage Diff @@
## master #2531 +/- ##
==========================================
- Coverage 97.13% 97.13% -0.01%
==========================================
Files 39 39
Lines 8070 8059 -11
Branches 1415 1411 -4
==========================================
- Hits 7839 7828 -11
Misses 99 99
Partials 132 132
Continue to review full report at Codecov.
|
Running two loops in parallel in the same thread is impossible, isn't it? |
If I want to change the loop, for example use uvloop ? How can I do this ? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
For sake of #2530
The mode is exists for not closing the loop for sake of later reusage, I believe we can invite more robust way by #2530