macro_rules! py_async {
($py: ident, $body: expr) => { ... };
}Expand description
Convert a rust future into a Python awaitable using
pyo3_asyncio::tokio::future_into_py
macro_rules! py_async {
($py: ident, $body: expr) => { ... };
}Convert a rust future into a Python awaitable using
pyo3_asyncio::tokio::future_into_py