summaryrefslogtreecommitdiffstats
path: root/examples/echo.rs
AgeCommit message (Expand)Author
2018-05-08Fix typos (#348)Julian Tescher
2018-03-06Update examples to track latest Tokio changes (#180)Carl Lerche
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-02-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-30Change `net::Incoming` signature to match std. (#89)Carl Lerche
2017-12-12Remove `Handle` argument from I/O constructors (#61)Alex Crichton
2017-12-11Remove the `Reactor::run` method (#58)Alex Crichton
2017-12-05Blanket rename `Core` to `Reactor`Alex Crichton
2017-11-01Remove executor from reactor.Carl Lerche
2017-10-30Rename crate to tokioCarl Lerche
2017-09-10Add a multithreaded echo server exampleAlex Crichton
2017-03-15Migrate to using tokio-ioAlex Crichton
2017-01-04Fix typo.Holger Rapp
2016-12-20Touch up comments on echo, add connect exampleAlex Crichton
2016-11-22Touch up examples to ensure consistencyAlex Crichton
2016-11-05Simply echo example: split() can now happen on the main task.David Renshaw
2016-11-02Touch up the echo examplesAlex Crichton
2016-09-20Instead of calling handle() a second time in line 26, I used a reference to t...xenor
2016-09-07Swap Handle/PinnedAlex Crichton
2016-09-07Tweak TaskIo wording and suchAlex Crichton
2016-09-07Reorganize the entire crate:Alex Crichton
2016-09-01Move binaries to examplesAlex Crichton