pub unsafe extern "C" fn block_current_task()
Expand description

Add current task to the queue of blocked tasks. After calling block_current_task, call yield_now to switch to another task.