Struct rotor_tools::timer::Interval [] [src]

pub struct Interval<M: SimpleTimer>(_, _);

Interval state machine

It's the state machine used for ticker that wakes up with fixed intervals

Trait Implementations

impl<T: SimpleTimer> Timer for Interval<T>
[src]

Called when time elapsed

Calculates the next wakeup time Read more