pub fn spawn_metered<T, G, F>(operation: &'static str, guard: G, f: F)Expand description
Spawns a metered future without waiting for its result.
The task has the same panic isolation, metrics, and guard lifetime as
run_metered, but its result is discarded.