Expand description
App timers, deadlines and timeouts.
The primary struct of this module is TIMERS. You can use it to
create UI bound timers that run using only the main thread and can awake the app event loop
to notify updates.
Structs§
- Arguments for the handler of
on_deadline. - Represents a
on_deadlinehandler. - App timers, deadlines and timeouts.
- Represents a timer state in a
TimerVaror interval handler. - Arguments for an
on_intervalhandler. - Represents a
on_intervalhandler. - Weak
DeadlineHandle - Weak
TimerHandle.