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

Switch to Trio #48

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Switch to Trio #48

merged 1 commit into from
Jul 11, 2024

Conversation

CoolCat467
Copy link
Owner

In this pull request, we switch to use the Trio asynchronous library alongside httpx instead of using asyncio with aiohttp. My logic for this is, since we already needed aiohttp as a dependency before, we've already broken the try for zero dependencies wall, and I feel that they way Trio handles structured concurrency is a lot nicer. I will say though I'm biased, I am a member of the Trio organization and have been doing a lot over there. But my point stands.

Other than that, this pull request should have no functional changes, other than adding a py.typed file I should have added ages ago.

@CoolCat467 CoolCat467 merged commit 32e5d96 into main Jul 11, 2024
6 checks passed
@CoolCat467 CoolCat467 deleted the switch-to-trio branch July 11, 2024 02:21
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