pub fn invoke_recv(
_node: &NodeProto,
_inputs: &[(&str, &dyn SlotValue)],
_ctx: &mut RuntimeResourceRef<'_>,
) -> Result<DispatchResult, OpError>Expand description
Recv dispatch entry point matching StatelessInvokeFn. Pure
structural placeholder; downstream consumers are pushed onto the
frontier when inbound data-plane delivery seeds the slot, not by
this dispatch.