Function axtask::vfork_suspend
source · pub fn vfork_suspend(task: &AxTaskRef)
Available on crate feature
multitask
only.Expand description
Current task is going to sleep. It will be woken up when the given task does exec syscall or exit.