Closed longshorej closed 5 years ago
pub fn schedule_periodic_delivery<F: Fn() -> Msg, S: AsRef<str>>( &mut self, name: S, interval: Duration, msg: F, )
should be
pub fn schedule_periodic_delivery<F: Fn() -> Msg, S: AsRef<str>>( &mut self, name: S, initial_timeout: Duration, interval: Duration, msg: F, )
Fixed in #45
should be