Module round_robin

Source
Expand description

Component for a round robin scheduler.

This provides one Component, RoundRobinComponent.

§Usage

let scheduler = components::round_robin::RoundRobinComponent::new(&PROCESSES)
    .finalize(components::round_robin_component_static!(NUM_PROCS));

Structs§

RoundRobinComponent