Function ferrous::dsl::eventually
[−]
[src]
pub fn eventually<F, A>(f: F) -> Async<A> where F: 'static + Fn() -> A
Asynchronous assertion that asserts the given closure eventually returns a value that satisfies the given matcher.