You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you refer to java.concurrent.Future and not other future implementations for the JVM.
Scala Futures for example have very similar goals and work just fine, without the hassle of j.c.Future. The wiki should therefore not claim that futures in general are "Expensive to Compose".
The text was updated successfully, but these errors were encountered:
Yes, you are correct, Scala Futures support composition and callback hooks. The wiki and blog post were referring to Java Futures, not any other JVM language or library implementation.
I'll review changes to wording, perhaps to "Java Futures" instead of the more generic "Futures".
I think you refer to java.concurrent.Future and not other future implementations for the JVM.
Scala Futures for example have very similar goals and work just fine, without the hassle of j.c.Future. The wiki should therefore not claim that futures in general are "Expensive to Compose".
The text was updated successfully, but these errors were encountered: