pub fn run_flows(world: &mut World, bus: &mut LaneBus, runtime: &Runtime)Expand description
Executes every registered Flow on the World, publishing each View into the bus. Flows are read-only projectors: they do not mutate the World and do not compete for the frame budget (only agents do), so no budget is passed.