Type Definition reactive_mutiny::prelude::advanced::MultiAtomicArc
source · pub type MultiAtomicArc<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize, const INSTRUMENTS: usize = {Instruments::LogsWithMetrics.into()}> = Multi<ItemType, ChannelMultiArcAtomic<ItemType, BUFFER_SIZE, MAX_STREAMS>, INSTRUMENTS, Arc<ItemType>>;