pub fn run_test<F, Fut, R>(test: F, threads: usize) -> Rwhere F: 'static + Sync + Fn(usize) -> Fut, Fut: 'static + Send + Future<Output = R>, R: MultithreadedTestResult,
Runs a test in an executor, potentially repeatedly and concurrently