Skip to main content

TrendLogState

Type Alias TrendLogState 

Source
pub type TrendLogState = Arc<Mutex<HashMap<ObjectIdentifier, Instant>>>;
Expand description

Shared polling state — tracks last log time per TrendLog object. Stored in the server struct (not a global static) for testability.

Aliased Type§

pub struct TrendLogState { /* private fields */ }