Module sniffio

Source
Expand description

asyncio/trio compatible coroutine and async generator implementation, lazily specialized using sniffio.

Structsยง

AsyncGenerator
Python async generator wrapping a PyStream.
Coroutine
Python coroutine wrapping a PyFuture.