summaryrefslogtreecommitdiffstats
path: root/examples/chat.rs
AgeCommit message (Expand)Author
2018-04-02fix panic in chat example (#279)laizy
2018-03-08Improve the chat example, making it more robust (#199)Carl Lerche
2018-03-06Fix some comments in the examples. (#187)Carl Lerche
2018-03-06Update examples to track latest Tokio changes (#180)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-02-05Add a chat example (#112)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-11Recommend the `connect` example over `nc`Alex Crichton
2017-08-24Update futures dependencyAlex Crichton
2017-03-15Migrate to using tokio-ioAlex Crichton
2016-11-22Touch up examples to ensure consistencyAlex Crichton
2016-11-18Deprecate the `channel` moduleAlex Crichton
2016-11-05No more need for lazy in chat exampleAlex Crichton
2016-10-14fix(examples): Fix typos in chat exampleoberien
2016-10-13Touch up the chat exampleAlex Crichton
2016-10-11ref(examples): Minor refactoring in chat exampleoberien
2016-10-07ref(chat): Make code more readableoberien
2016-10-06fix(chat): Implement alexcrichton's suggestionsoberien
2016-10-04Add Chat exampleoberien