Expand description
LaneBus — typed read-only bus of Flow outputs, scoped to one tick.
Flows publish typed Views into the bus during the Substrate Pass; lanes
consume them during the CLAD descent. Outside of lane execution the bus
does not exist (it is constructed by the scheduler at frame start and
dropped at frame end).
§Visibility contract
LaneBus::publishispub(crate)(or used through the scheduler / aFlowrunner insidekhora-core/khora-control). Lanes cannot publish.LaneBus::getis the only method exposed to lane code.