pub type Task = Box<dyn Runable + Send + 'static>;
The Task Box
pub struct Task(/* private fields */);