summaryrefslogtreecommitdiffstats
path: root/python/python3-anyio/README
blob: 1c6de09b8190f9cc033642d95e87a03db0e86af4 (plain)
AnyIO is an asynchronous networking and concurrency library that works
on top of either asyncio or trio. It implements trio-like structured
concurrency (SC) on top of asyncio, and works in harmony with the
native SC of trio itself.