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

Implementation of the Future monad #41

Open
jdesiloniz opened this issue Oct 6, 2015 · 1 comment
Open

Implementation of the Future monad #41

jdesiloniz opened this issue Oct 6, 2015 · 1 comment

Comments

@jdesiloniz
Copy link

It'd be really awesome to have an implementation of Scala's Future monad, by using GCD to handle the threads.

@jdesiloniz
Copy link
Author

As mentioned in #52, we'll base our Future on Scalaz's one (based on trampolines). We can also offer a non-deterministic version of it, but it shouldn't be the main one as Scala's one is.

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

No branches or pull requests

1 participant