Function thread_create

Source
pub fn thread_create<T: Arguable + Send>(
    func: fn(arg: T),
    arg: T,
    stack: &mut [u8],
    prio: u8,
)