Overview
Multiple graphs can run concurrently on different streams, and the execution of nodes on the graphs depends on each other. That is, another node on stream B can be executed only after an operator on stream A is executed.
In this section, Record and Wait indicate the EventOperation operations of OperatorType=RECORD and OperatorType=WAIT, respectively. Reset indicates the ResetEvent operation in Wait.
Parent topic: Inter-graph Synchronization