ChannelMultiArcCrossbeam

Type Alias ChannelMultiArcCrossbeam 

Source
pub type ChannelMultiArcCrossbeam<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize> = Crossbeam<'static, ItemType, BUFFER_SIZE, MAX_STREAMS>;

Aliased Typeยง

pub struct ChannelMultiArcCrossbeam<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize> { /* private fields */ }