Skip to main content

eventually_blocking_with

Function eventually_blocking_with 

Source
pub fn eventually_blocking_with<F>(
    timeout: Duration,
    backoff: Backoff,
    probe: F,
) -> Result<(), TestError>
where F: FnMut() -> bool,
Expand description

eventually_blocking with an explicit Backoff schedule instead of the default.