Searched refs:new_ok (Results 1 – 5 of 5) sorted by relevance
39 let future = PollN::new_ok(polls); in err_async()92 let future = PollN::new_ok(polls); in err_mut_async()
10 let future = PollN::new_ok(polls); in test_async_fn()
16 let future = PollN::new_ok(2).instrument(tracing::span!(Level::TRACE, "foo")); in enter_exit_is_reasonable()
118 pub fn new_ok(finish_at: usize) -> Self { in new_ok() method
534 fn new_ok(finish_at: usize) -> Self { in new_ok() method579 PollN::new_ok(2) in future_enter_exit_is_reasonable()