2 releases

0.0.16 Jan 14, 2025
0.0.15 Jan 14, 2025

#1852 in Game dev

Download history 319/week @ 2025-01-12 78/week @ 2025-01-19 17/week @ 2025-01-26 30/week @ 2025-02-02 13/week @ 2025-02-09

183 downloads per month
Used in 21 crates (4 directly)

MIT license

15KB
148 lines

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.

Dependencies

~0.5–1.1MB
~22K SLoC