ClockRef

Type Alias ClockRef 

Source
pub type ClockRef = Arc<dyn Clock>;
Expand description

Shared handle to a clock. Held by Clone types (Database, LibraryManager) so they clone the handle, not the implementation.

Aliased Typeยง

pub struct ClockRef { /* private fields */ }