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

Implement auto_out #648

Merged
merged 1 commit into from
Jul 13, 2015
Merged

Implement auto_out #648

merged 1 commit into from
Jul 13, 2015

Conversation

codemercenary
Copy link
Contributor

auto_out is a feature that allows filters to defer the satisfaction of their output arguments until after they return. auto_out implements shared_ptr semantics in that it is movable and copyable, and therefore allows satisfaction responsibility to be transferred or shared.

This feature will eventually be used to support a simplified fan-out concept.

`auto_out` is a feature that allows filters to defer the satisfaction of their output arguments until after they return.  `auto_out` implements `shared_ptr` semantics in that it is movable and copyable, and therefore allows satisfaction responsibility to be transferred or shared.

This feature will eventually be used to support a simplified fan-out concept.
yeswalrus added a commit that referenced this pull request Jul 13, 2015
@yeswalrus yeswalrus merged commit 0ee34d3 into develop Jul 13, 2015
@yeswalrus yeswalrus deleted the feature-autoout branch July 13, 2015 19:06
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.

2 participants