summaryrefslogtreecommitdiffstats
path: root/tokio/tests/stream_once.rs
AgeCommit message (Collapse)Author
2020-01-11stream: add stream::once (#2094)Carl Lerche
An async equivalent to `iter::once`