Function mlzutil::spawn[][src]

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

Spawn a thread with a given name.