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

[Feature Request] Use AnyIO for Python Async #224

Open
dhirschfeld opened this issue Dec 6, 2022 · 3 comments
Open

[Feature Request] Use AnyIO for Python Async #224

dhirschfeld opened this issue Dec 6, 2022 · 3 comments

Comments

@dhirschfeld
Copy link
Contributor

dhirschfeld commented Dec 6, 2022

    > *In particular, it can interleave I/O and conversion*

If you're implementing an async interface, as a trio user, it would be great if you could use anyio rather than native asyncio features. This will enable the code to be used with any async library.

Perhaps the most prominent Python library to support AnyIO is fastapi, and that's where I'd (eventually) like to make use of adbc - asynchronously connecting to databases for displaying data in FastAPI dashboards.

Originally posted by @dhirschfeld in #71 (comment)

@dhirschfeld
Copy link
Contributor Author

Sorry, I realised this should probably be it's own issue after I wrote that comment.

@lidavidm
Copy link
Member

lidavidm commented Dec 7, 2022

You know, I was just about to make an issue and then saw you did this yesterday. Thanks!

@adriangb
Copy link

adriangb commented Mar 4, 2023

Upvote for this

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

No branches or pull requests

3 participants