Function async_dispatcher::timeout
source ยท pub fn timeout<T>(
duration: Duration,
future: T
) -> impl Future<Output = Result<T::Output, TimeoutError>>where
T: Future,
pub fn timeout<T>(
duration: Duration,
future: T
) -> impl Future<Output = Result<T::Output, TimeoutError>>where
T: Future,