summaryrefslogtreecommitdiffstats
path: root/tokio/src/stream/iter.rs
AgeCommit message (Expand)Author
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-03-25stream: iter() should yield every so often. (#2343)Carl Lerche
2019-12-20chore: formatting, docs and clippy (#2000)Artem Vorotnikov
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov