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