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