Type Alias MultiMmapLog
Source pub type MultiMmapLog<ItemType, const MAX_STREAMS: usize, const INSTRUMENTS: usize = {Instruments::LogsWithMetrics.into()}> = Multi<ItemType, ChannelMultiMmapLog<ItemType, MAX_STREAMS>, INSTRUMENTS, &'static ItemType>;
pub struct MultiMmapLog<ItemType, const MAX_STREAMS: usize, const INSTRUMENTS: usize = {Instruments::LogsWithMetrics.into()}> {
pub multi_name: String,
pub channel: Arc<MmapLog<'static, ItemType, MAX_STREAMS>>,
pub executor_infos: RwLock<IndexMap<String, ExecutorInfo>>,
}