pub type TaskFn = Box<dyn FnOnce(WorkerId) -> Box<dyn Any + Send + 'static> + Send>;
struct TaskFn(/* private fields */);