anyio Support
alexdelorenzo opened this issue · 1 comments
alexdelorenzo commented
Instead of using asyncio
, move to anyio
for asyncio
, trio
and curio
support.
https://anyio.readthedocs.io/
https://github.com/python-trio/sniffio
alexdelorenzo commented
Fully ported to anyio
as of commit f8514b9.