pub type TaskFuture = Pin<Box<dyn Future<Output = TaskResult> + Send>>;
Future type for task execution
pub struct TaskFuture { /* private fields */ }