pub type TaskType = Box<dyn Future<Output = ()> + Send + Unpin + 'static>;
pub struct TaskType(/* private fields */);