macro_rules! chain { ($($sig:expr),+ $(,)?) => { ... }; }
Create a chain of tasks.
let workflow = chain![sig_a, sig_b, sig_c];