pub fn attach_events_mpsc_rx(
opts: &AttachOptions,
lane: &str,
) -> Result<ShmEventsMpscRx, BackingError>Expand description
Attach to an EventsChain RX lane backed by an MPSC queue (queue opts.queue, default 0).
pub fn attach_events_mpsc_rx(
opts: &AttachOptions,
lane: &str,
) -> Result<ShmEventsMpscRx, BackingError>Attach to an EventsChain RX lane backed by an MPSC queue (queue opts.queue, default 0).