limnus-scheduler 0.0.18

Limnus Scheduler trait
Documentation

Limnus Scheduler

Limnus Scheduler is a component of the Limnus ecosystem, designed to manage and execute stages composed of systems in an efficient manner.

pub trait Scheduler: Debug + 'static {
    fn schedule(&self, stages: &Stages, state: &mut State);
}

License

This project is licensed under the MIT License - see the LICENSE file for details.