Module coroutine

Source
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ยง

cancel ๐Ÿ”’
waker ๐Ÿ”’

Structsยง

Coroutine
Python coroutine wrapping a Future.

Constantsยง

COROUTINE_REUSED_ERROR ๐Ÿ”’
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here