Macro start_task

Source
macro_rules! start_task {
    ($fud:expr, $task_name:expr, $task_fn:expr, $tasks:expr) => { ... };
}