Function shuttle::check_pct

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

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.