moto_rt::thread

Function spawn

Source
pub fn spawn(
    thread_fn: extern "C" fn(thread_arg: u64),
    stack_size: usize,
    thread_arg: u64,
) -> Result<ThreadHandle, ErrorCode>