An open API service indexing awesome lists of open source software.

https://github.com/daichi-m/jach

Briging Golang's channels to Java
https://github.com/daichi-m/jach

golang-channels java

Last synced: 5 months ago
JSON representation

Briging Golang's channels to Java

Awesome Lists containing this project

README

          

# JaCh
## Briging Golang's channels to Java

[![Build](https://github.com/daichi-m/jach/actions/workflows/publish-snapshot.yml/badge.svg)](https://github.com/daichi-m/jach/actions/workflows/publish-snapshot.yml)
[![codecov](https://codecov.io/gh/daichi-m/jach/branch/develop/graph/badge.svg?token=apoq8wGUat)](https://codecov.io/gh/daichi-m/jach)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.daichi-m/jach.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.daichi-m%22%20AND%20a:%22jach%22)
[![javadoc](https://javadoc.io/badge2/io.github.daichi-m/jach/javadoc.svg)](https://javadoc.io/doc/io.github.daichi-m/jach)

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
```xml

io.github.daichi-m
jach
LATEST_VERSION

```

## Documentation
For detailed documentation abount JaCh please visit the official
[Docuementation Page](https://daichi-m.github.io/jach/index)

## License

JaCh is covered under the MIT License. Please check
[LICENSE](https://github.com/daichi-m/jach/blob/develop/LICENSE) file for more details.