Skip to main content

BoxedTask

Type Alias BoxedTask 

Source
pub type BoxedTask = Arc<dyn TaskHandler + Send + Sync>;
Expand description

Type alias for boxed task handlers

Aliased Typeยง

pub struct BoxedTask { /* private fields */ }