aboutsummaryrefslogtreecommitdiff
path: root/src/proc/sched.rs
blob: 81648bfbfee94b4859b7ddabddd15ef485681850 (plain)
1
2
3
use crate::proc::task::*;
use alloc::collections::VecDeque;
// TODO the lifetime here is pretty much broken. Fix this later