Expand description
Timers, Timeouts, and Intervals
Waits for a specific time frame and then completes the Future
. The
calculator is automatically put to sleep until the next timer to conserve
power.
Check out TimerListener
’s documentation for more.
Structs§
- Interval
- A timer that keeps re-triggering.
- Timeout
Error - An error returned when a future times out.
- Timer
- Waits for a specific time.
- Timer
Listener - Timer Listener