Function origin_studio::thread::spawn

source ·
pub fn spawn<F>(f: F) -> JoinHandlewhere
    F: FnOnce() + Send + 'static,