pub type TaskFunction = Arc<dyn Fn(TaskContext) -> Pin<Box<dyn Future<Output = Result<Value>> + Send>> + Send + Sync>;
struct TaskFunction { /* private fields */ }