anyio.readthedocs.io - AnyIO — AnyIO 4.3.0 documentation

Example domain paragraphs

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.

Applications and libraries written against AnyIO’s API will run unmodified on either asyncio or trio . AnyIO can also be adopted into a library or application incrementally – bit by bit, no full refactoring necessary. It will blend in with native libraries of your chosen backend.

View full documentation at: https://anyio.readthedocs.io/