pub type ProgressTx = Sender<f32>;
Our progress sender.
pub struct ProgressTx { /* private fields */ }