Module timer
Source - ArmedCount
- Counts all of the armed timers
- ForEach
- Iterates over each timer in the provider and calls a function
- IsArmed
- Returns
true if any of the timers are armed - QueryBreak
- Returned when a
Query wants to end a timer query - Timer
- A timer that does not trigger an update in a timer
list. These are usually owned by individual components
and needs to be explicitly polled.
- Provider
- A trait for a components that owns at least one timer
- Query
- A query to be executed against a provider
- Result
- The return type of a
timers call