summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/async_write.rs
AgeCommit message (Expand)Author
2020-11-18io: add vectored writes to `AsyncWrite` (#3149)Sean McArthur
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-04-23io: track rustfmt/clippy changes (#2431)Alice Ryhl
2020-04-22io: fix typo on AsyncWrite doc (#2427)Pythonidea
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-07docs: improve tokio::io API documentation (#2060)Alice Ryhl
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-03impl AsyncWrite for std::io::Cursor (#1730)Sebastian Dröge
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche