Function shuttle::check_pct[][src]

pub fn check_pct<F>(f: F, iterations: usize, depth: usize) where
    F: Fn() + Send + Sync + 'static, 

Run the given function under a PCT concurrency scheduler for some number of iterations at the given depth. Each iteration will run a (potentially) different randomized schedule.