channel

Macro channel 

Source
macro_rules! channel {
    ($($t:ident),*) => { ... };
}