summaryrefslogtreecommitdiffstats
path: root/tokio/tests/io_async_read.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
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-03test: unify MockTask and task::spawn (#1728)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche