pipe_channels

Macro pipe_channels 

Source
macro_rules! pipe_channels {
    {
        $rx:ident
    } => { ... };
    {
        [$( $tx:expr ), *]
    } => { ... };
    {
        $rx:ident, [$( $tx:expr ), *]
    } => { ... };
}