Skip to main content

timeout_bound

Function timeout_bound 

Source
pub fn timeout_bound(config: &WaitConfig) -> Duration
Expand description

Compute the maximum wait duration bound for a given config.

Returns the configured timeout plus one max_interval (worst-case overshoot from the last sleep before timeout check).

Contract: gpu-wait-queue-v1 / timeout_bound