https://github.com/avivcarmis/java-red
Effective Concurrency Modules for Java
https://github.com/avivcarmis/java-red
async-test asynchronous asynchronous-tasks concurrency execution-graph futures java java-8 java-library java8
Last synced: about 2 months ago
JSON representation
Effective Concurrency Modules for Java
- Host: GitHub
- URL: https://github.com/avivcarmis/java-red
- Owner: avivcarmis
- License: mit
- Created: 2017-03-14T16:29:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T11:04:20.000Z (over 8 years ago)
- Last Synced: 2025-03-24T02:22:49.410Z (9 months ago)
- Topics: async-test, asynchronous, asynchronous-tasks, concurrency, execution-graph, futures, java, java-8, java-library, java8
- Language: Java
- Homepage:
- Size: 2.28 MB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaRed : Effective Concurrency Modules for Java
[](https://github.com/avivcarmis/java-red "The Java Red Library")
------------
[](https://travis-ci.org/avivcarmis/java-red "Java Red Build Status at Travis CI")
The **JavaRed** library essentially introduces an effective, intuitive interface to define and manage asynchronous, concurrent [graph execution flows](https://github.com/avivcarmis/java-red/wiki/About-Graph-Execution "graph execution flows").
JavaRed requires JDK 1.8 or higher.
### Latest Release
------------
The most recent release is JavaRed 1.0.1, released April 6, 2017.
To add a dependency on JavaRed Library using Maven, use the following:
```
io.github.avivcarmis
java-red
1.0.1
```
To add a dependency on JavaRed Library using Gradle, use the following:
```
compile 'io.github.avivcarmis:java-red:1.0.1'
```
API Docs:
- Latest: https://avivcarmis.github.io/java-red/apidocs/latest/
- 1.0.1: https://avivcarmis.github.io/java-red/apidocs/1.0.1/
### Getting Started
------------
The JavaRed Library getting start guide at Github Wiki page: https://github.com/avivcarmis/java-red/wiki
### Useful Links
------------
- [The project GitHub page](https://github.com/avivcarmis/java-red "The project GitHub page")
- [The project Issue Tracker on GitHub](https://github.com/avivcarmis/java-red/issues "The project Issue Tracker on GitHub")
- [The project build Status at Travis CI](https://travis-ci.org/avivcarmis/java-red "The project build Status at Travis CI")