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_deadline
handler. - App timers, deadlines and timeouts.
- Represents a timer state in a
TimerVar
or interval handler. - Arguments for an
on_interval
handler. - Represents a
on_interval
handler. - Weak
DeadlineHandle
- Weak
TimerHandle
.