Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align to Scala 2.12 Future API #1531

Closed
5 of 9 tasks
danieldietrich opened this issue Aug 25, 2016 · 3 comments
Closed
5 of 9 tasks

Align to Scala 2.12 Future API #1531

danieldietrich opened this issue Aug 25, 2016 · 3 comments

Comments

@danieldietrich
Copy link
Contributor

danieldietrich commented Aug 25, 2016

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.

@danieldietrich danieldietrich added this to the 2.2.0 milestone Aug 25, 2016
danieldietrich added a commit that referenced this issue Sep 18, 2016
#1531: Implemented zipWith and transformResult
@danieldietrich danieldietrich modified the milestones: 2.1.0, 2.2.0 Oct 23, 2016
@l0rinc
Copy link
Contributor

l0rinc commented Nov 3, 2016

@danieldietrich danieldietrich modified the milestones: 3.0.0, 2.1.0 Mar 5, 2017
@He-Pin
Copy link

He-Pin commented Jul 18, 2018

Alias to Scala 2.13

@danieldietrich
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants