Skip to main content

Module timers

Module timers 

Source

Structs§

TimerHandle
Handle for one pending one-shot UI timer.

Functions§

__fui_on_timer
cancel_all_timers
Clears all registered timer callbacks during application teardown.
cancel_timeout
Cancels a pending timeout, returning whether it was still registered.
set_timeout
Schedules a one-shot callback on the application UI queue.