kernel
0.1.0
In kernel::
process::
scheduler
kernel
::
process
::
scheduler
Function
with_current_process_and_state
Copy item path
Source
fn with_current_process_and_state<F, U>(f: F) -> U
where F:
FnOnce
(&mut
SchedulerProcess
) -> U,