pub type MultiOgreArc<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize, const INSTRUMENTS: usize = reactive_mutiny::::prelude::prelude::MultiOgreArc::{constant#0}> = Multi<ItemType, Atomic<'static, ItemType, OgreArrayPoolAllocator<ItemType, AtomicMove<u32, BUFFER_SIZE>, BUFFER_SIZE>, BUFFER_SIZE, MAX_STREAMS>, INSTRUMENTS, OgreArc<ItemType, OgreArrayPoolAllocator<ItemType, AtomicMove<u32, BUFFER_SIZE>, BUFFER_SIZE>>>;
Expand description

Default Multi for those who want the more performant OgreArc as the wrapping type for their payloads