JaCh is a Java based implementation of Golang's channels. It has support for various go-like methods to make the switch from Golang as seamless as possible.
Add the following maven dependency to get started with JaCh
<dependency>
<groupId>io.github.daichi-m</groupId>
<artifactId>jach</artifactId>
<version>LATEST_VERSION</version>
</dependency>
For detailed documentation abount JaCh please visit the official Docuementation Page
JaCh is covered under the MIT License. Please check LICENSE file for more details.