cloudiful-scheduler 0.4.2

Single-job async scheduling library for background work with optional Valkey-backed state.
Documentation
1
2
3
4
5
6
7
use std::sync::atomic::AtomicUsize;

#[derive(Debug)]
pub struct RefreshDeps {
    pub label: &'static str,
    pub seen: AtomicUsize,
}