Crate byteor_pipeline_backings_mem

Crate byteor_pipeline_backings_mem 

Source
Expand description

In-memory lane backings for deterministic worker-side flows.

These backings avoid file-backed SHM entirely and are intended for Plane B style workflows such as compile/validate/replay helpers where OS-level shared memory is unnecessary.

Structs§

MemEventsRx
In-memory events RX lane.
MemEventsTx
In-memory events TX lane.
MemLaneOptions
Options for an in-memory events lane.

Functions§

events_channel
Create an in-memory events channel with default message sizing.
events_channel_with_options
Create an in-memory events channel with explicit options.