pub type SharedClock = Arc<dyn Clock>;
Shared clock handle type for use in multi-threaded contexts.
pub struct SharedClock { /* private fields */ }