attach_events_mpsc_rx

Function attach_events_mpsc_rx 

Source
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).