Skip to main content

AxTaskRef

Type Alias AxTaskRef 

Source
pub type AxTaskRef = Arc<FifoTask<TaskInner>>;
Expand description

The reference type of a task.

Aliased Typeยง

pub struct AxTaskRef { /* private fields */ }