-
Notifications
You must be signed in to change notification settings - Fork 0
Introduce NotDisposing #41
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Introduce a stream decorator that translates all calls to wrapped stream except dispose.
It is useful for
SequenceStream.Concatenationmethod when input streams must not be disposed after read. It for other reasons when stream is externally owned.