| Crates.io | limnus-scheduler |
| lib.rs | limnus-scheduler |
| version | 0.0.20 |
| created_at | 2025-01-14 14:32:12.842091+00 |
| updated_at | 2025-09-17 13:16:01.869983+00 |
| description | Limnus Scheduler trait |
| homepage | |
| repository | https://github.com/swamp/limnus |
| max_upload_size | |
| id | 1516038 |
| size | 7,387 |
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);
}
This project is licensed under the MIT License - see the LICENSE file for details.