summaryrefslogtreecommitdiffstats
path: root/tokio-fs/src/write.rs
AgeCommit message (Expand)Author
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
2019-10-15fs: remove unnecessary trait and lifetime bounds (#1655)Taiki Endo
2019-08-27fs: add support for non-threadpool executors (#1495)Carl Lerche
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-04fs: use async fn instead of custom futures (#1381)Carl Lerche
2019-07-19chore: remove tokio-futures facade crate (#1327)Carl Lerche
2019-07-15add #[must_use] to more futures and streams (#1309)Taiki Endo
2019-07-11fs: update to use `std::future` (#1269)andy finch
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-20Read write helpers (#896)Linus Färnstrand