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
We have an agreement that eager tasks should become defaults in asyncio eventually.
This issue implements the first step: it adds opt-in eager_tasks argument to run() function and Runner constructor.
Later we'll deprecate False value and enforce users to switch to eager tasks in their code.
See the linked discussion for details.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Feature or enhancement
Proposal:
We have an agreement that eager tasks should become defaults in asyncio eventually.
This issue implements the first step: it adds opt-in
eager_tasks
argument torun()
function andRunner
constructor.Later we'll deprecate
False
value and enforce users to switch to eager tasks in their code.See the linked discussion for details.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
https://discuss.python.org/t/make-asyncio-eager-task-factory-default/75164/10
Linked PRs
The text was updated successfully, but these errors were encountered: