Skip to content
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

add start_eager parameter to asyncio.create_task #128307

Open
graingert opened this issue Dec 28, 2024 · 0 comments
Open

add start_eager parameter to asyncio.create_task #128307

graingert opened this issue Dec 28, 2024 · 0 comments
Labels
stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement

Comments

@graingert
Copy link
Contributor

graingert commented Dec 28, 2024

Feature or enhancement

Proposal:

Feature or enhancement

Proposal:

We want to be able to opt in and opt out of eager tasks anywhere in the asyncio call stack, eg in some asyncio library, and not rely on some other asyncio framework setting the default.

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

@graingert graingert added the type-feature A feature request or enhancement label Dec 28, 2024
@graingert graingert changed the title add start_eager parameter to create_task add start_eager parameter to asyncio.create_task Dec 28, 2024
@picnixz picnixz added stdlib Python modules in the Lib dir topic-asyncio labels Dec 28, 2024
@github-project-automation github-project-automation bot moved this to Todo in asyncio Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement
Projects
Status: Todo
Development

No branches or pull requests

2 participants