Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.66k stars 150 forks source link

anyio/trio support #96

Open uSpike opened 3 years ago

uSpike commented 3 years ago

Hello, I think it'd be great to leverage https://anyio.readthedocs.io/ so that code that relies on this package can use asyncio or trio as the async backend. An example would be starlette, if https://github.com/encode/starlette/pull/1157 is merged.