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

Introduce NotDisposing #41

Open
pepelev opened this issue May 5, 2021 · 0 comments · Fixed by #43
Open

Introduce NotDisposing #41

pepelev opened this issue May 5, 2021 · 0 comments · Fixed by #43
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@pepelev
Copy link
Owner

pepelev commented May 5, 2021

Introduce a stream decorator that translates all calls to wrapped stream except dispose.

It is useful for SequenceStream.Concatenation method when input streams must not be disposed after read. It for other reasons when stream is externally owned.

@pepelev pepelev added enhancement New feature or request good first issue Good for newcomers labels May 5, 2021
@pepelev pepelev added this to the 1.3.0 milestone May 5, 2021
@pepelev pepelev linked a pull request May 6, 2021 that will close this issue
pepelev added a commit that referenced this issue May 6, 2021
@pepelev pepelev closed this as completed May 6, 2021
@pepelev pepelev reopened this May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant