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

Add a method to create a DObject where the argument is lazily evaluated (on the cluster) #256

Closed
etorreborre opened this issue May 27, 2013 · 2 comments
Assignees
Milestone

Comments

@etorreborre
Copy link
Collaborator

No description provided.

@blever
Copy link
Contributor

blever commented May 29, 2013

Updated the title ... @espringe - is that what you mean?

@etorreborre
Copy link
Collaborator Author

This has been implemented (10b4e28) as:

val o1 = lazyObject(someComputation)

and this actually relies on the ability to differ the evaluation of a sequence of elements:

val list = fromLazySeq(someOtherComputation)

@etorreborre etorreborre self-assigned this Mar 3, 2014
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

2 participants