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

feat(Execution::Lazy) support lazy connection values #425

Merged
merged 1 commit into from
Nov 28, 2016

Conversation

rmosolgo
Copy link
Owner

@rmosolgo rmosolgo commented Nov 28, 2016

The forthcoming lazy_resolve feature should play nice with connections: if you provide a connection resolve function and it's a registered lazy object, we'll treat it lazily, then continue with a connection object wrapping the lazily-resolved nodes.

Fixes #420

@rmosolgo rmosolgo merged commit 5717048 into master Nov 28, 2016
@rmosolgo rmosolgo deleted the lazy-connections branch November 28, 2016 15:03
@rmosolgo rmosolgo modified the milestone: 1.3.0 Dec 1, 2016
@minardimedia
Copy link

Any code example for this

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

Successfully merging this pull request may close these issues.

Handle lazy-resolved values from connection resolve functions
2 participants