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

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

Awesome Lists containing this project

README

          

# JavaRed : Effective Concurrency Modules for Java
[![The Java Red Library](https://avivcarmis.github.io/java-red/images/logo.png "The Java Red Library")](https://github.com/avivcarmis/java-red "The Java Red Library")

------------

[![Java Red Build Status at Travis CI](https://travis-ci.org/avivcarmis/java-red.svg?branch=master "Java Red Build Status at Travis CI")](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")