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

Composed operations have no way of dealing with consumables #7

Open
Stiivi opened this issue Jul 17, 2013 · 0 comments
Open

Composed operations have no way of dealing with consumables #7

Stiivi opened this issue Jul 17, 2013 · 0 comments

Comments

@Stiivi
Copy link
Owner

Stiivi commented Jul 17, 2013

Operations that are composed of other operations have no mechanisms to deal with consumable objects as the Pipeline and ExecutionEngine does. If an object to be consumed multiple times, the operation just eats it and then provides faulty result.

Suggestion: move handling of consumables into context and use context.retain(obj, retain_times=1)

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

1 participant