We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PureFutures is a Futures and Promises library highly inspired by Scala's implementatopn
PureFutures
The main changes from Scala's implementation:
Deferred<T>
Deferred
PurePromise
Future<T, E>
Promise<T, E>
##Reference