Module asyncio

Source
Expand description

asyncio compatible coroutine and async generator implementation.

Structs§

AsyncGenerator
Python async generator wrapping a PyStream.
AsyncGeneratorWrapper
Stream wrapper for a Python async generator (in asyncio context).
AwaitableWrapper
Future wrapper for a Python awaitable (in asyncio context).
Coroutine
Python coroutine wrapping a PyFuture.
FutureWrapper
Future wrapper for Python future.

Enums§

CancelOnDrop
Cancel-on-drop error handling policy (see FutureWrapper::new).