agronholm / anyio

High level asynchronous concurrency and networking framework that works on top of either trio or asyncio
MIT License
1.75k stars 134 forks source link

`python -m anyio` repl - like `python -m asyncio` #160

Open graingert opened 4 years ago

graingert commented 4 years ago

see https://bugs.python.org/issue37028

agronholm commented 3 years ago

Are you sure AnyIO is the right place to implement this?