-
Notifications
You must be signed in to change notification settings - Fork 6
Home
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 simpleFuture
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.