limnus-scheduler

Crates.iolimnus-scheduler
lib.rslimnus-scheduler
version0.0.20
created_at2025-01-14 14:32:12.842091+00
updated_at2025-09-17 13:16:01.869983+00
descriptionLimnus Scheduler trait
homepage
repositoryhttps://github.com/swamp/limnus
max_upload_size
id1516038
size7,387
Peter Bjorklund (piot)

documentation

README

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.

Commit count: 0

cargo fmt