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