Function ferrous::dsl::eventually_with_timeout [] [src]

pub fn eventually_with_timeout<F, A>(timeout: Duration, f: F) -> Async<A> where F: 'static + Fn() -> A

Asynchronous eventual assertion with user-defined timeout.