Do not add brand new process to ready to run list
This commit is contained in:
parent
c4d9bb128a
commit
0fcdbbd363
@ -199,7 +199,6 @@ impl Tasking {
|
||||
} else {
|
||||
println!("[TASKING] No process manager when creating PID {pid}");
|
||||
}
|
||||
self.ready_to_run.lock().push_back(pid);
|
||||
Ok(pid)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user