-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add ZChannel convertors to ZPipeline, ZSink and ZStream #6213
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder how much benefit there is to having these operators versus just doing new ZStream(channel)
. There is potentially a lack of clarity that we're not really turning a channel into a stream, a stream is a channel. There is also some potential for confusion with other to
methods that generally send the outputs of a channel somewhere else, versus this is just wrapping the channel in a more specialized type.
I renamed the methods to |
Let's stick with |
OK, renamed 👍 |
No description provided.