summaryrefslogtreecommitdiffstats
path: root/tokio-io/src/async_write.rs
AgeCommit message (Expand)Author
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-10-04io: implement prepare_uninitialized_buffer for Take and Chain (#678)Sven Marnach
2018-10-01io: fix minor documentation errors for Async{Read,Write} (#677)Sven Marnach
2018-08-31Update documentation for AsyncRead and AsyncWrite (#596)Zachary Stewart
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-03-02Add AsyncRead::poll_read, AsyncWrite::poll_write. (#170)Carl Lerche
2018-03-01Add `io` facade and update `reactor` docs (#166)Carl Lerche
2018-02-12Split io code (#129)Roman