summaryrefslogtreecommitdiffstats
path: root/tokio-io/tests/take.rs
AgeCommit message (Collapse)Author
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
A step towards collapsing Tokio sub crates into a single `tokio` crate (#1318). The `io` implementation is now provided by the main `tokio` crate. Functionality can be opted out of by using the various net related feature flags.
2019-08-21chore: two async_await feature remained (#1486)Gurwinder Singh
2019-08-20io: add AsyncReadExt::{chain, take} (#1484)Taiki Endo