Method lrs::time::Timer::interval_in

Sets the timer to expire every iv time units, starting in when units.

Syntax

impl Timer {
    fn interval_in(&self, iv: Time, when: Time) -> Result<(), Errno>
}

Arguments

NameDescription
iv
when