summaryrefslogtreecommitdiffstats
path: root/examples/tinydb.rs
AgeCommit message (Expand)Author
2020-10-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-03-04codec: change Encoder to take &Item (#1746)Lucio Franco
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-10-22codec: move into tokio-util (#1675)Carl Lerche
2019-03-22chore: Fix examples not working with `cargo run` (#998)Eliza Weisman
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-11-20tests: handle errors properly in examples (#748)Liran Ringel
2018-09-26tinydb: Update doc to reflect change from `RefCell` to `Mutex` (#663)Andrew Tunnell-Jones
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-23Add a `tinydb` example sharing stateAlex Crichton