#[derive(PartialEq, Debug)] pub struct Process { pub num_thread: usize, }