async-std icon indicating copy to clipboard operation
async-std copied to clipboard

Add method to fork stream

Open fenhl opened this issue 4 years ago • 2 comments

It would be useful to have a StreamExt method to “fork” a stream with Item: Clone, returning another stream which receives the same items from that point.

fenhl avatar May 14 '20 19:05 fenhl

It could also be named tee, like the itertools method.

fenhl avatar May 14 '20 19:05 fenhl

:+1: for tee

dignifiedquire avatar May 22 '20 14:05 dignifiedquire