cloudiful-scheduler 0.4.6

Single-job async scheduling library for background work with optional Valkey-backed state.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod control;
mod coordinated;
mod coordinated_execution;
mod engine;
mod execution;
mod interval_phase;
mod legacy;
mod overlap;
mod runtime;
mod runtime_events;
mod state_loading;
mod trigger;
mod trigger_math;
mod windowed_interval;

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