Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

zhang1career/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.

About

Briging Golang's channels to Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Gherkin 0.5%