Skip to content

[Feature Request] Use AnyIO for Python AsyncΒ #224

@dhirschfeld

Description

@dhirschfeld
    > *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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions