cloudiful-scheduler 0.3.4

Single-job async scheduling library for background work with optional Valkey-backed state.
Documentation
1
2
3
4
5
6
7
8
9
mod control;
mod engine;
mod execution;
mod overlap;
mod trigger;
mod trigger_math;

pub use control::SchedulerHandle;
pub use engine::Scheduler;