Skip to main content

ax_spawn

Function ax_spawn 

Source
pub fn ax_spawn(
    f: impl FnOnce() + Send + 'static,
    name: String,
    stack_size: usize,
) -> AxTaskHandle
Expand description

Spawns a new task with the given entry point and other arguments.