Module routing

Module routing 

Source
Expand description

Routing lane helpers (fanout regions + router loop runners).

Structs§

RouterThread
Handle to a spawned router loop thread.
RouterThreadOptions
Options controlling router thread setup and loop behavior.

Enums§

WaitStrategy
Wait strategy used by the router loop while polling.

Functions§

open_shm_fanout_region
Open a SHM fanout region at path.
spawn_shm_router
Spawn a router thread with a simple default loop config.
spawn_shm_router_with_config
Spawn a router thread with the provided loop config and options.
spawn_shm_router_with_stop
Spawn a router thread using a caller-provided stop flag.