pub fn invoke_timer(
timer: &mut Timer,
callback_info: CallbackInfo,
frame_start: Instant,
get_system_time_fn: GetSystemTimeCallback,
) -> TimerCallbackReturnExpand description
Invokes the timer if it should run
pub fn invoke_timer(
timer: &mut Timer,
callback_info: CallbackInfo,
frame_start: Instant,
get_system_time_fn: GetSystemTimeCallback,
) -> TimerCallbackReturnInvokes the timer if it should run