pub type TaskResultChannelSender = Sender<TaskResult>;
pub struct TaskResultChannelSender { /* private fields */ }