You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from #174 (comment), and based on some conversation with @mhchia, I'm making this issue as a reminder to eventually make the library completely io-agnostic by implimenting it with anyio, an asynchronous io abstraction library (which currently supports asyncio, trio, and curio).
This'll tie #349, #347 and #174 into one problem, while staying in async library ecosystems of all 3 (possibly 4)
(I've read up on sans-io, and I realise that it's a mentality about async code instead of an actual library implimentation of the python async loop, my apologies)
Coming from #174 (comment), and based on some conversation with @mhchia, I'm making this issue as a reminder to eventually make the library completely io-agnostic by implimenting it with
anyio
, an asynchronous io abstraction library (which currently supports asyncio, trio, and curio).This'll tie #349, #347 and #174 into one problem, while staying in async library ecosystems of all 3 (possibly 4)
Anyio documentation: https://anyio.readthedocs.io/en/latest/index.html
Pypi project: https://pypi.org/project/anyio/
The text was updated successfully, but these errors were encountered: