pub fn invoke_any(
node: &NodeProto,
inputs: &[(&str, &dyn SlotValue)],
ctx: &mut RuntimeResourceRef<'_>,
) -> Result<DispatchResult, OpError>Expand description
Any(inputs: variadic, group: string) → value per IR_AND_DSL.md
§5a. First-arrival semantics: the first input to arrive in a
group emits its value; subsequent arrivals within the same
group are absorbed (Immediate vec![]) so downstream
consumers don’t re-fire.