[][src]Macro izta::process_jobs

macro_rules! process_jobs {
    ($($type_name:ident) ,*) => { ... };
}

This macro returns a callback function that accepts a Task and evaluates the appropriate Job type's run() method on its payload. The callback is intended to be provided to Runner::new(). See documentation for Runner::new() for example usage.