[][src]Function rosy::gc::disabled

pub fn disabled<F, O>(f: F) -> O where
    F: FnOnce() -> O, 

Calls f while the garbage collector is disabled.