ChannelMultiArcAtomic

Type Alias ChannelMultiArcAtomic 

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

Aliased Typeยง

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