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