Module pyo3_async::asyncio
source · Expand description
asyncio
compatible coroutine and async generator implementation.
Structs
- Python async generator wrapping a
PyStream
. - [
Stream
] wrapper for a Python async generator (inasyncio
context). Future
wrapper for a Python awaitable (inasyncio
context).- Python coroutine wrapping a
PyFuture
. Future
wrapper for Python future.
Enums
- Cancel-on-drop error handling policy (see
FutureWrapper::new
).