Function bern_kernel::syscall::yield_now[][src]

pub fn yield_now()
Expand description

Yield the CPU.

Note: If the calling task is the only ready task of its priority it will be put to running state again.