pub type BoxedTask = Arc<dyn TaskHandler + Send + Sync>;
Type alias for boxed task handlers
pub struct BoxedTask { /* private fields */ }