So, I\'m learning about parallelization in rust and I made the following program:
fn main() { let (tx,rx) = mpsc::channel(); let t1 = thread::