Skip to content

Composed operations have no way of dealing with consumables #7

@Stiivi

Description

@Stiivi

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions