Skip to content

daichi-m/jach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JaCh

Briging Golang's channels to Java

Build codecov Maven Central javadoc

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.

Using JaCh in your project

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>

Documentation

For detailed documentation abount JaCh please visit the official Docuementation Page

License

JaCh is covered under the MIT License. Please check LICENSE file for more details.