pub fn timeout<F>(duration: Duration, future: F) -> Timeout<F> ⓘwhere F: Future,
Utility function to create a timeout future