pub fn timeout_named<F>( name: impl Into<String>, duration: Duration, future: F, ) -> Timeout<F> ⓘwhere F: Future,
Wrap a future with a timeout and operation name.