pub fn global_timer() -> &'static dyn TimerAvailable on crate feature
time or docsrs only.Expand description
Get the globally registered instance of Timer.
ยงPanic
You should call register_global_timer first to register implementation,
otherwise this function will cause a panic with Call register_global_timer first