Skip to main content

OnTaskFault

Type Alias OnTaskFault 

Source
pub type OnTaskFault = fn(usize, &FaultInfo);
Expand description

User hook invoked (under IsolateTask) with the faulting task id and the fault info, before the scheduler switches away.