macro_rules! task { ( $f: expr , $param:expr , $priority: expr $(,)? ) => { ... }; ( $f: expr , $param:expr $(,)? ) => { ... }; }
Create a task.