Adding some content to thread

This commit is contained in:
Quentin Legot
2023-03-01 15:45:49 +01:00
committed by François Autin
parent 99fc514720
commit c140830faa
5 changed files with 34 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#[derive(PartialEq)]
pub struct Process {
pub num_thread: usize,
}