Skip to main content

TaskRef

Type Alias TaskRef 

Source
pub type TaskRef = Arc<dyn Task>;
Expand description

Shared handle to a task: Arc<dyn Task>.

Aliased Typeยง

pub struct TaskRef { /* private fields */ }