Function ferrous::dsl::consistently_with_timeout
[−]
[src]
pub fn consistently_with_timeout<F, A>(timeout: Duration, f: F) -> Async<A> where F: 'static + Fn() -> A
Asynchronous consistent assertion with user-defined timeout.