

Inherent Parallelism
- "Dataflow" principle
- A node executes only when it receives all of its inputs
- A node releases all its outputs at the same time when the node has completely finished execution
- This has the effect of forcing sequential execution between nodes that are data-dependent on one another
- Conversely, if no data-dependency exists - no wires, and the icons execute in parallel