Type Definition reactive_mutiny::prelude::MultiArc

source ·
pub type MultiArc<ItemType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize, const INSTRUMENTS: usize = {Instruments::LogsWithMetrics.into()}> = MultiAtomicArc<ItemType, BUFFER_SIZE, MAX_STREAMS, INSTRUMENTS>;
Expand description

Default Multi for those who wants to use Arc as the wrapping type for payloads