| Interface | Description |
|---|---|
| RedFuture |
A simple
Future like interface,
which supports trivial, fully asynchronous, Java 8 callbacks. |
| RedFutureOf<T> |
A simple
Future like interface,
which supports trivial, fully asynchronous, Java 8 callbacks. |
| Class | Description |
|---|---|
| BaseOpenRedFuture<T> |
An abstract class to implement common functionality of both
RedFuture and RedFutureOf |
| OpenRedFuture |
An implementation of
RedFuture, which represents the settable side of the future. |
| OpenRedFutureOf<T> |
An implementation of
RedFutureOf, which represents the settable side of the typed future. |
| RedFutureHub |
An object to track operations of multiple
RedFuture instances. |
Copyright © 2017. All rights reserved.