Skip to main content

TaskwdCallback

Type Alias TaskwdCallback 

Source
pub type TaskwdCallback = Arc<dyn Fn() + Send + Sync>;
Expand description

A task’s own answer to being found stuck — C’s TASKWDFUNC and its usr pointer collapsed into one closure (taskwd.h:33).

Called from the watchdog thread, with no watchdog lock held.

Aliased Type§

pub struct TaskwdCallback { /* private fields */ }