[][src]Module ndless_async::timer

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.

TimeoutError

An error returned when a future times out.

Timer

Waits for a specific time.

TimerListener

Timer Listener