CooperativeComponentType

Type Alias CooperativeComponentType 

Source
pub type CooperativeComponentType = CooperativeSched<'static>;

Aliased Type§

pub struct CooperativeComponentType {
    pub processes: List<'static, CoopProcessNode<'static>>,
}

Fields§

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