CSP (stands for Communicating Sequential Process) provides I/O communication between channels and was inspired by Go language approach. Perfectly compatible with Datastream module.
You can add this module to your project by inserting the following dependency to pom.xml:
<dependency> <groupId>io.datakernel</groupId> <artifactId>datakernel-csp</artifactId> <version>3.2-SNAPSHOT</version> </dependency>