summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/io/mod.rs
AgeCommit message (Expand)Author
2020-12-03util: add writev-aware `poll_write_buf` (#3156)Eliza Weisman
2020-11-01util: add back public poll_read_buf() function (#3079)Dirkjan Ochtman
2020-10-29util: deduplicate implementations of poll_read_buf() (#3064)Dirkjan Ochtman
2020-10-27Revert "util: upgrade tokio-util to bytes 0.6 (#3052)" (#3060)Carl Lerche
2020-10-27util: upgrade tokio-util to bytes 0.6 (#3052)Dirkjan Ochtman
2020-10-19util: add a poll_read_buf shim to tokio-util (#2972)John-John Tedro
2020-09-08io: move StreamReader and ReaderStream into tokio_util (#2788)Alice Ryhl