As an example, consider stdio-style input, output, and error streams; the stdin stream would be broadcast from a master node to all the nodes, and stdout and stderr would fan in from all the nodes to the front end. Likewise, debugging streams might usefully be placed in the application, in parallel with the application's primary communications code. To accomplish this, the application places a parallel construct around the `continuing' operator (e.g., stdin) and a sequential group holding the operators that will be sequenced through while the continuing operator is active. Thus, to define a stdin stream that all the nodes can read while several different operations happened, you might do:
If the compiler breaks the sequential portion up into multiple phases, the stdin operator will be defined in all of them. Any data sent using that operator will remain valid in the network even during router phase changes.