fn reschedule<F>(f: F)
Expand description
Do rescheduling by acting on the scheduling decision (ReschedAction
) made by a
user-given closure.
The closure makes the scheduling decision by taking the local runqueue has its input.
fn reschedule<F>(f: F)
Do rescheduling by acting on the scheduling decision (ReschedAction
) made by a
user-given closure.
The closure makes the scheduling decision by taking the local runqueue has its input.