pub async fn dispatch_discover(
ir: &IRDiscover,
ctx: &RunContext,
) -> Result<TypedChannelHandle, DispatchError>Expand description
Execute an IRDiscover step. Pops the capability the matching
publish recorded earlier in the unit, hands it to bus.discover,
and binds the resulting handle under alias in the discovered-
handles scope so subsequent emits / value_refs resolve it.