Expand description
asyncio
compatible coroutine and async generator implementation.
Structs§
- Async
Generator - Python async generator wrapping a
PyStream
. - Async
Generator Wrapper Stream
wrapper for a Python async generator (inasyncio
context).- Awaitable
Wrapper Future
wrapper for a Python awaitable (inasyncio
context).- Coroutine
- Python coroutine wrapping a
PyFuture
. - Future
Wrapper Future
wrapper for Python future.
Enums§
- Cancel
OnDrop - Cancel-on-drop error handling policy (see
FutureWrapper::new
).