Type Alias MultiFullSyncOgreArc
Source pub type MultiFullSyncOgreArc<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize, const INSTRUMENTS: usize = {Instruments::LogsWithMetrics.into()}> = Multi<ItemType, ChannelMultiOgreArcFullSync<ItemType, BUFFER_SIZE, MAX_STREAMS>, INSTRUMENTS, OgreArc<ItemType, AllocatorFullSyncArray<ItemType, BUFFER_SIZE>>>;
pub struct MultiFullSyncOgreArc<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize, const INSTRUMENTS: usize = {Instruments::LogsWithMetrics.into()}> {
pub multi_name: String,
pub channel: Arc<FullSync<'static, ItemType, OgreArrayPoolAllocator<ItemType, FullSyncMove<u32, BUFFER_SIZE>, BUFFER_SIZE>, BUFFER_SIZE, MAX_STREAMS>>,
pub executor_infos: RwLock<IndexMap<String, ExecutorInfo>>,
}