mehcode/schedule-rs

Decorator support

Opened this issue · 1 comments

It would be cool to do this:

#[schedule("0 * * * *")]
fn task_hourly() { ... }

Blocked until #[proc_macro_attribute] stablizes