[][src]Function sn0int::worker::spawn_fn

pub fn spawn_fn<F, T>(label: &str, f: F, clear: bool) -> Result<T> where
    F: FnOnce() -> Result<T>,