summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/split.rs
AgeCommit message (Expand)Author
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-21io: simplify split check (#2144)Lucio Franco
2020-01-20Add a method to test if split streams come from the same stream. (#1762)Maarten de Vries
2020-01-07docs: improve tokio::io API documentation (#2060)Alice Ryhl
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche