Skip to main content

Module instruments

Module instruments 

Source
Expand description

Instruments snapshot persistence.

This module provides database-backed snapshot persistence for the instruments cache, enabling atomic state + offset recovery after restarts.

Re-exports§

pub use db::DbInstrumentsSnapshotLoader;
pub use db::DbInstrumentsSnapshotWriter;
pub use task::InstrumentsSnapshotTask;

Modules§

db
task