[][src]Function cgc::safepoint::stop_the_world

pub fn stop_the_world<F, R>(f: F) -> R where
    F: FnOnce(&[Arc<MutatorThread>]) -> R,