agde::utils

Function 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.