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