Function pyo3_asyncio::async_std::scope_local[][src]

pub async fn scope_local<F, R>(event_loop: PyObject, fut: F) -> R where
    F: Future<Output = R> + 'static, 
Expand description

Set the task local event loop for the given !Send future