start thread new
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
9199c60948
commit
268b36188e
@ -1,3 +1,9 @@
|
|||||||
pub struct Thread {
|
pub struct Thread {
|
||||||
rsp: u64
|
rsp: u64
|
||||||
|
}
|
||||||
|
|
||||||
|
impl Thread {
|
||||||
|
pub fn new() {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user