Function xous::arch::hosted::create_thread_post[][src]

pub fn create_thread_post<F, U>(
    f: F,
    thread_id: TID
) -> Result<WaitHandle<U>, Error> where
    F: FnOnce() -> U,
    F: Send + 'static,
    U: Send + 'static,