pub fn create_and_run_current_thread_with_maybe_metrics<F, R>(future: F) -> Rwhere
    F: Future<Output = R> + 'static,
    R: Send + 'static,