pub type FnTimeGen = Arc<dyn Fn() -> Instant + Send + Sync>;
FnTimeGen provides current time (Instant)
pub struct FnTimeGen { /* private fields */ }