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