Macro py_async

Source
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