Expand description
Python coroutine implementation, used notably when wrapping async fn
with #[pyfunction]
/#[pymethods]
.
Structsยง
- Cancel
Handle - Helper used to wait and retrieve exception thrown in
Coroutine
. - Coroutine
- Python coroutine wrapping a
Future
.