attach_events_mpsc_tx

Function attach_events_mpsc_tx 

Source
pub fn attach_events_mpsc_tx(
    opts: &AttachOptions,
    lane: &str,
) -> Result<ShmEventsMpscTx, BackingError>
Expand description

Attach to an EventsChain TX lane backed by an MPSC queue (queue opts.queue, default 0).