pub type Task = Pin<Box<dyn Future<Output = ()> + Send + Sync + 'static>>;
pub struct Task { /* private fields */ }