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