pub const fn load_recent(now_ms: u32, last_load_ms: Option<u32>) -> boolExpand description
Whether a reading taken at now_ms falls inside the sag window of the
most recent reported load.
last_load_ms is None when no load has ever been reported. Shared
by every monitor so the sag rule is one definition rather than one per
board.