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