forked from Rativel/BurritOS
Changed all reference to thread with an RefCell to enforce mutability
This commit is contained in:
committed by
François Autin
parent
a1713e0373
commit
45fea708fc
@@ -69,10 +69,6 @@ impl Thread {
|
||||
// }
|
||||
}
|
||||
|
||||
pub fn sleep(&self) {
|
||||
unreachable!("Has been moved to thread manager");
|
||||
}
|
||||
|
||||
pub fn save_simulator_state(&self) {
|
||||
todo!();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user