Available on crate feature
experimental-async
only.Expand description
Python coroutine implementation, used notably when wrapping async fn
with #[pyfunction]
/#[pymethods]
.
Re-exportsยง
pub use cancel::CancelHandle;
Modulesยง
Structsยง
- Python coroutine wrapping a
Future
.