Type Alias PacClock
pub type PacClock = Arc<dyn Fn() -> Zoned + Sync + Send>;Available on crate features
js and pac and std only.Expand description
The clock a PAC environment reads the current time from.
Aliased Type§
pub struct PacClock { /* private fields */ }