Function pyo3_asyncio::tokio::scope_local
source · pub async fn scope_local<F, R>(locals: TaskLocals, fut: F) -> Rwhere
F: Future<Output = R> + 'static,
Expand description
Set the task local event loop for the given !Send future