async fn execute_call(
call: &CapabilityCall,
tx: Sender<Result<CapabilityCallEvent, Status>>,
atlas: AtlasClient,
provider_id: String,
) -> boolExpand description
Dispatch one RTDL do node and stream its started/result events.
async fn execute_call(
call: &CapabilityCall,
tx: Sender<Result<CapabilityCallEvent, Status>>,
atlas: AtlasClient,
provider_id: String,
) -> boolDispatch one RTDL do node and stream its started/result events.