From old Google Code repo: Russel had an idea for a new bit of python-csp syntax that would work like this: ``` python with Par() as PAR: P Q R ``` where `P`, `Q` and `R` are instances of `CSPProcess`. Needs a bit of thought re. implementation.