macro_rules! make_channel { ($type:ty, $size:expr) => { ... }; }
Creates a split channel with 'static lifetime.
'static