Function redox::thread::spawn [] [src]

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