Function rlink::utils::thread::spawn[][src]

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