pub fn sched_yield() -> Result<usize, Error>
Yield the process’s time slice to the kernel
This function will return Ok(0) on success