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
Our Future implementation will be dropped. There will be no Vavr 1.0 module vavr-concurrent.
Reason: Implementing our own concurrency library is too error-prone, concurrency is a hard problem. There are many(!) alternatives, first of all Java's native CompletableFuture
Viktor Klang created great blog posts on the changes of Future in Scala 2.12:
We should add additional combinators and see if the other blog posts (6-9) are relevant to Javaslang's Future.
See also #1529.
The text was updated successfully, but these errors were encountered: