Add method to fork stream
Open
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.