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§
- MemEvents
Rx - In-memory events RX lane.
- MemEvents
Tx - In-memory events TX lane.
- MemLane
Options - 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.