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).
pub fn attach_events_mpsc_tx(
opts: &AttachOptions,
lane: &str,
) -> Result<ShmEventsMpscTx, BackingError>Attach to an EventsChain TX lane backed by an MPSC queue (queue opts.queue, default 0).