This website requires JavaScript.
Explore
Help
Sign In
quentinlegot
/
burritos
Watch
1
Star
0
Fork
0
You've already forked burritos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ca9f458a7e
burritos
/
src
/
kernel
/
process.rs
5 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Add thread structure
2023-02-28 14:43:40 +01:00
Added debug attributes to structs pertaining to thread in order to allow for applying assertions upon Thread
2023-03-09 13:24:04 +01:00
#[
derive(PartialEq, Debug)
]
Add thread structure
2023-02-28 14:43:40 +01:00
pub
struct
Process
{
Adding some content to thread
2023-03-01 15:45:49 +01:00
pub
num_thread
:
usize
,
Add thread structure
2023-02-28 14:43:40 +01:00
}
Reference in New Issue
Copy Permalink