Skip to main content

ClockRef

Type Alias ClockRef 

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

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

Aliased Typeยง

pub struct ClockRef { /* private fields */ }