summaryrefslogtreecommitdiffstats
path: root/tokio/src/stream/once.rs
AgeCommit message (Collapse)Author
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-01-11stream: add stream::once (#2094)Carl Lerche
An async equivalent to `iter::once`