pub fn set_timeout(timeout: Duration) -> TimeoutGuardExpand description
Panics if (real time) timeout is reached before ctx is canceled. Implemented without using tokio, so that it cannot delay the timeout evaluation.
pub fn set_timeout(timeout: Duration) -> TimeoutGuardPanics if (real time) timeout is reached before ctx is canceled. Implemented without using tokio, so that it cannot delay the timeout evaluation.