pub type BoxedTask = Box<dyn Task + Send>;
Expand description

A type alias for a boxed task.