Function agde::utils::set_now_handler
source · pub unsafe fn set_now_handler(f: fn() -> SystemTime)
Expand description
Set the handler to get the current SystemTime
.
§Safety
This should be called before calling any other agde functions. This unsafely changes global state.