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

Use ZiplineScope (only) to close flows #780

Merged
merged 1 commit into from
Dec 18, 2022
Merged

Conversation

swankjesse
Copy link
Contributor

Previously we required Flows to be collected exactly 1x. This ends up being a challenge at the application layer, where the Flow interface doesn't generally make such a requirement.

With this change flows can be collected any number of times, including zero. Callers are responsible for closing the scopes.

Previously we required Flows to be collected exactly 1x. This
ends up being a challenge at the application layer, where the
Flow interface doesn't generally make such a requirement.

With this change flows can be collected any number of times,
including zero. Callers are responsible for closing the
scopes.
@swankjesse swankjesse mentioned this pull request Dec 17, 2022
@swankjesse swankjesse merged commit cce7bfd into trunk Dec 18, 2022
@swankjesse swankjesse deleted the jwilson.1217.flows branch December 18, 2022 01:49
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.

None yet

2 participants