Skip to main content

buffered_channel

Macro buffered_channel 

Source
macro_rules! buffered_channel {
    () => { ... };
    (if { $($p:tt)* } else { $($n:tt)* }) => { ... };
    ($($p:tt)*) => { ... };
}
Expand description

Indicates the BufferedChannel type is available.

This macro passes the provided code because #[cfg(feature = "buffered_channel")] is currently active.