macro_rules! make_channel {
    ($type:ty, $size:expr) => { ... };
}
Expand description

Creates a split channel with 'static lifetime.