pub fn ax_spawn( f: impl FnOnce() + Send + 'static, name: String, stack_size: usize, ) -> AxTaskHandle
Spawns a new task with the given entry point and other arguments.