channel

Macro channel 

Source
macro_rules! channel {
    ($name:ident, $val_type:ty, $num_of_itens:expr, $task_num:expr) => { ... };
}