Function axtask::pspawn_raw

source ·
pub fn pspawn_raw<F>(
    f: F,
    name: String,
    stack_size: usize,
    tls: usize,
    set_tid: AtomicU64,
    tl: AtomicU64
) -> AxTaskRefwhere
    F: FnOnce() + Send + 'static,
Available on crate feature multitask only.
Expand description

Used by musl