Skip to content
Victor Shamanov edited this page Apr 19, 2015 · 5 revisions

PureFutures is a Futures and Promises library highly inspired by Scala's implementatopn

The main changes from Scala's implementation:

  • There is Deferred<T> type for computations, that cannot fail
  • For Deferred there is PurePromise
  • Future<T, E> and Promise<T, E> are also parametrized with Error type

##Reference

  1. Futures reference
Clone this wiki locally