start thread new

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2022-12-30 23:51:03 +01:00
parent 9199c60948
commit 268b36188e

@ -1,3 +1,9 @@
pub struct Thread { pub struct Thread {
rsp: u64 rsp: u64
}
impl Thread {
pub fn new() {
}
} }