I do not understand why Scala's Future
is harder to use and has less functionality than Twitters, while the first has been created after the second. So, here are questions about scala.concurrent.Future
:
- Why does
Future.onComplete
returnUnit
instead ofFuture
? Composable methods are much more convenient. - Why does Scala's
Future
not support cancellation?