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