register_global_timer

Function register_global_timer 

Source
pub fn register_global_timer<T: Timer + 'static>(timer: T)
Available on crate feature time or docsrs only.
Expand description

Register provided Timer as global timer implementation.

ยงPanic

Multiple calls to this function are not permitted!!!