macro_rules! interval_worker {
    ($name:expr, $interval:expr, $body:expr) => { ... };
}