pub fn run_until_stalled_test<F, Fut, R>(
    executor: &mut TestExecutor,
    test: F
) -> R
where F: 'static + Fn(usize) -> Fut, Fut: 'static + Future<Output = R>, R: TestResult,
Expand description

Runs a test in an executor until it’s stalled