SchedulerInUse

Type Alias SchedulerInUse 

Source
pub(crate) type SchedulerInUse = RoundRobinComponentType;

Aliased Type§

pub(crate) struct SchedulerInUse {
    pub processes: List<'static, RoundRobinProcessNode<'static>>,
    /* private fields */
}

Fields§

§processes: List<'static, RoundRobinProcessNode<'static>>