Skip to main content

SharedClock

Type Alias SharedClock 

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

Shared clock handle type for use in multi-threaded contexts.

Aliased Typeยง

pub struct SharedClock { /* private fields */ }