forge-runtime 0.0.1-alpha

Runtime executors and gateway for the Forge framework
Documentation
1
2
3
4
5
mod registry;
mod scheduler;

pub use registry::{CronEntry, CronRegistry};
pub use scheduler::{CronRecord, CronRunner, CronRunnerConfig, CronStatus};