All Projects → avivcarmis → java-red

avivcarmis / java-red

Licence: MIT license
Effective Concurrency Modules for Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to java-red

Jdonframework
Domain-Driven-Design Pub/Sub Domain-Events framework
Stars: ✭ 978 (+3812%)
Mutual labels:  asynchronous, concurrency
Tomorrowland
Lightweight Promises for Swift & Obj-C
Stars: ✭ 106 (+324%)
Mutual labels:  asynchronous, futures
Scala Async
An asynchronous programming facility for Scala
Stars: ✭ 1,077 (+4208%)
Mutual labels:  asynchronous, concurrency
tsukuyomi
Asynchronous Web framework for Rust
Stars: ✭ 81 (+224%)
Mutual labels:  asynchronous, futures
Bastion
Highly-available Distributed Fault-tolerant Runtime
Stars: ✭ 2,333 (+9232%)
Mutual labels:  asynchronous, concurrency
Tk Listen
A library that allows to listen network sockets with proper resource limits and error handling
Stars: ✭ 27 (+8%)
Mutual labels:  asynchronous, futures
Vibe Core
Repository for the next generation of vibe.d's core package.
Stars: ✭ 56 (+124%)
Mutual labels:  asynchronous, concurrency
Lwt
OCaml promises and concurrent I/O
Stars: ✭ 505 (+1920%)
Mutual labels:  asynchronous, futures
Lear
Linux Engine for Asset Retrieval - speed-profiled C HTTP server
Stars: ✭ 165 (+560%)
Mutual labels:  asynchronous, concurrency
Tascalate Concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Stars: ✭ 144 (+476%)
Mutual labels:  asynchronous, concurrency
Asynchronous
Implementation-agnostic asynchronous code
Stars: ✭ 13 (-48%)
Mutual labels:  asynchronous, futures
Crochet
Crochet: use Twisted anywhere!
Stars: ✭ 214 (+756%)
Mutual labels:  asynchronous, asynchronous-tasks
Future
🚀 R package: future: Unified Parallel and Distributed Processing in R for Everyone
Stars: ✭ 735 (+2840%)
Mutual labels:  asynchronous, futures
Queuer
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
Stars: ✭ 964 (+3756%)
Mutual labels:  asynchronous, asynchronous-tasks
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+2660%)
Mutual labels:  asynchronous, futures
Ea Async
EA Async implements async-await methods in the JVM.
Stars: ✭ 1,085 (+4240%)
Mutual labels:  asynchronous, concurrency
Zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Stars: ✭ 3,167 (+12568%)
Mutual labels:  asynchronous, concurrency
Drone Core
The core crate for Drone, an Embedded Operating System.
Stars: ✭ 263 (+952%)
Mutual labels:  asynchronous, concurrency
Drone
CLI utility for Drone, an Embedded Operating System.
Stars: ✭ 114 (+356%)
Mutual labels:  asynchronous, concurrency
Threadly
A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded work safely.
Stars: ✭ 196 (+684%)
Mutual labels:  asynchronous, concurrency

JavaRed : Effective Concurrency Modules for Java

The Java Red Library


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. 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:

<dependency>
    <groupId>io.github.avivcarmis</groupId>
    <artifactId>java-red</artifactId>
    <version>1.0.1</version>
</dependency>

To add a dependency on JavaRed Library using Gradle, use the following:

compile 'io.github.avivcarmis:java-red:1.0.1'

API Docs:

Getting Started


The JavaRed Library getting start guide at Github Wiki page: https://github.com/avivcarmis/java-red/wiki

Useful Links


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].