1
0
forked from Rativel/BurritOS

Adding some content to thread

This commit is contained in:
Quentin Legot
2023-03-01 15:45:49 +01:00
parent 792497b14c
commit 77e6d74b3b
5 changed files with 34 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ use crate::kernel::thread::Thread;
use crate::utility::system::{G_CURRENT_THREAD, G_THREAD_TO_BE_DESTROYED};
struct Scheduler<> {
struct Scheduler {
ready_list: List<Thread>
}