Function noders::time::set_interval[][src]

pub fn set_interval<L, F>(l: &L, cb: F, millis: u64) -> Token where
    L: Loop<L>,
    F: 'static + Fn(&mut L, Token),