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

feat: support anyio with a Cargo feature #3612

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: support anyio with a Cargo feature #3612

wants to merge 3 commits into from

Conversation

wyfo
Copy link
Contributor

@wyfo wyfo commented Nov 30, 2023

Asyncio is the standard and de facto main Python async runtime.
Among non-standard runtime, only trio seems to have substantial traction,
especially thanks to the anyio project.
There is indeed a strong trend for anyio (e.g. FastApi), which can
justify a dedicated support.

Relates to #1632

Draft based on #3611

@wyfo wyfo marked this pull request as draft November 30, 2023 15:43
@wyfo wyfo changed the title support anyio with a Cargo feature feat: support anyio with a Cargo feature Nov 30, 2023
Copy link

codspeed-hq bot commented Nov 30, 2023

CodSpeed Performance Report

Merging #3612 will not alter performance

Comparing wyfo:anyio (3feb111) with main (6c2e6f8)

Summary

✅ 68 untouched benchmarks

wyfo added 3 commits May 7, 2024 10:26
Asyncio is the standard and de facto main Python async runtime.
Among non-standard runtime, only trio seems to have substantial traction,
especially thanks to the anyio project.
There is indeed a strong trend for anyio (e.g. FastApi), which can
justify a dedicated support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant