(Quick Reference)

Concepts

GroovyCSP

The CSP (Communicating Sequential Processes) concurrency concept provides a message-passing model with synchronous rendezvous-type communication. It is valued mainly for its high level of determinism and the ability to compose parallel processes. GPars' GroovyCSP wraps the JCSP library and builds on the work of Jon Kerridge . For more information about the CSP concurrency model, checkout the CSP section of the User Guide or refer to the links below: