pub fn spawn<F>(f: F) -> AxTaskRefExpand description
Spawns a new task with the default parameters.
The default task name is an empty string. The default task stack size is
default_task_stack_size.
Returns the task reference.
pub fn spawn<F>(f: F) -> AxTaskRefSpawns a new task with the default parameters.
The default task name is an empty string. The default task stack size is
default_task_stack_size.
Returns the task reference.