[][src]Function mlzutil::spawn

pub fn spawn<F: Send + 'static + FnOnce()>(name: &str, f: F)

Spawn a thread with a given name.