async-std
async-std copied to clipboard
Add method to fork stream
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.
It could also be named tee, like the itertools method.
:+1: for tee