Skip to content
Aviv C edited this page Apr 5, 2017 · 7 revisions

The JavaRed library essentially introduces an effective, intuitive interface to define and manage asynchronous, concurrent graph execution flows.

To support and enhance this, JavaRed library exposes 3 modules:

  • Red Future Module - A future library, built on top of Guava ListenableFuture, introduces a super intuitive and simple Future interface.
  • Red Test Module - A test library built on top of JUnit library, introduces an asynchronous testing method.
  • Red Executor Module - An execution library for defining and managing asynchronous, concurrent graph execution flows.

Getting Started