fn with_current_process_and_state<F, U>(f: F) -> U
where F: FnOnce(&mut SchedulerProcess) -> U,