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.
pub unsafe fn set_now_handler(f: fn() -> SystemTime)
Set the handler to get the current SystemTime
.
This should be called before calling any other agde functions. This unsafely changes global state.