forked from Rativel/BurritOS
Added partialeq trait where relevant
This commit is contained in:
@@ -5,6 +5,7 @@ use crate::kernel::thread::Thread;
|
||||
|
||||
use super::system::{G_CURRENT_THREAD, G_THREAD_TO_BE_DESTROYED};
|
||||
|
||||
#[derive(PartialEq)]
|
||||
pub struct Scheduler {
|
||||
ready_list: List<Arc<Thread>>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user