Function printer

Source
pub fn printer(
    progress: Arc<RwLock<(u128, u128)>>,
    total_iterations: u128,
) -> JoinHandle<()>