Macro rtic_sync::make_channel
source ยท 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.