//! Wall-clock helpers shared by the supervisor loops and the health flag.
use ;
/// Milliseconds since the Unix epoch, saturating on a clock set before 1970 or
/// after the year the count overflows a `u64`. Never panics, so it is safe on the
/// pre-dispatch hot path and inside a `catch_unwind` boundary.
/// Milliseconds in a `Duration`, saturating at `u64::MAX`.
pub