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§
- Deadline
Args - Arguments for the handler of
on_deadline. - Deadline
Handle - Represents a
on_deadlinehandler. - TIMERS
- App timers, deadlines and timeouts.
- Timer
- Represents a timer state in a
TimerVaror interval handler. - Timer
Args - Arguments for an
on_intervalhandler. - Timer
Handle - Represents a
on_intervalhandler. - Weak
Deadline Handle - Weak
DeadlineHandle - Weak
Timer Handle - Weak
TimerHandle.
Type Aliases§
- Deadline
Var - A
deadlinetimer. - Timer
Var - An
intervaltimer.