pub fn timeout_bound(config: &WaitConfig) -> DurationExpand 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