pub async fn provide_executor_scope<U>(fut: impl Future<Output = U>) -> U
If running on wasm32 target, does nothing. Otherwise creates a new tokio::task::LocalSet scope.
wasm32
tokio::task::LocalSet