Expand description
LaneGraph-oriented executor APIs.
Structs§
- Lane
Graph Role Activity Snapshot - Activity snapshot for a single LaneGraph role thread.
- Lane
Graph SpRuntime - Handle for a spawned LaneGraph SP runtime.
- SpShm
Options - SHM attach options for the LaneGraph SP runtime.
Functions§
- run_
lane_ graph_ mp_ role_ shm - Run exactly one LaneGraph role in the current process using SHM-backed lanes.
- run_sp
- Start an SP runtime for a LaneGraph spec (SHM-backed, thread-per-role).
- spawn_
lane_ graph_ sp_ shm_ runtime - Spawn a SHM-backed LaneGraph SP runtime (thread-per-role).
- spawn_
lane_ graph_ sp_ shm_ runtime_ with_ thread_ init - Spawn a SHM-backed LaneGraph SP runtime (thread-per-role), invoking
thread_initat the start of each role thread (before entering hot loops). - validate_
sp - Validate an SP spec.