pub fn invoke(
node: &NodeProto,
_inputs: &[(&str, &dyn SlotValue)],
ctx: &mut RuntimeResourceRef<'_>,
) -> Result<DispatchResult, OpError>Expand description
Invoke fn - if now_ns < deadline_ns, emit a TriggerValue;
otherwise return OpError("deadline exceeded") which surfaces
as EngineStep::OpFailed.