Parallel Class
- Processes extend CSPProcess
- Constructor for PROC declaration
- run() method for PROC body
- Parallel construct
- Constructed with array of CSPProcess’s
- Run each process once using run()
- Waits for all process’s to terminate
- Hides implementation from users