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
71ccd0c16e
burritos
/
src
/
kernel
/
process.rs
5 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Add thread structure
2023-02-28 14:43:40 +01:00
Fix global var
2023-03-01 11:10:15 +01:00
#[
derive(PartialEq)
]
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