summaryrefslogtreecommitdiffstats
path: root/tokio-test/src/io.rs
AgeCommit message (Expand)Author
2020-10-12io: Rename `ReadBuf` methods (#2945)Lucio Franco
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-24sync: support mpsc send with `&self` (#2861)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-08-20test: implement Drop for Mock to panic w/ unconsumed data (#2704)Blas Rodriguez Irizar
2020-08-13io: change AsyncRead to use a ReadBuf (#2758)Sean McArthur
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-04-02test: Added read_error() and write_error() (#2337)Benjamin Halsted
2019-11-22ci: generate docs (#1810)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-08-18docs: fix all rustdoc warnings (#1474)Ivan Petkov
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-15io: Minor adjustments to tokio-test IO (#1306)Sean McArthur
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-12tokio-test: add tokio_test::io mock builderSean McArthur