We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pipes::stream
stream returns (Chan, Port) but I intuitively expect (Port, Chan) (not sure why). I've seen others make this mistake too.
stream
(Chan, Port)
(Port, Chan)