pub type TaskRef = Arc<dyn Task>;
Shared handle to a task: Arc<dyn Task>.
Arc<dyn Task>
pub struct TaskRef { /* private fields */ }