-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retargeting the project towards an async-only behavior. Future-Proofing: As asyncio is part of the Python standard library, it's likely to receive continued updates and improvements. By aligning with asyncio, we're ensuring that this project stays relevant and can benefit from the latest advancements in Python's asynchronous capabilities. This also aligns with community momentum which heavily shifted towards asyncio for async operations while providing simplified maintenance and reduced dependencies by dropping two major frameworks.
- Loading branch information
1 parent
21c5d60
commit 33e92de
Showing
7 changed files
with
3 additions
and
895 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.