Taiki Endo 88b942652c async-await: fix examples (#1050)
* Fix crate path in `Cargo.toml` of examples
* Add `edition2018` to examples in the documentation to make it compiled
  on Rust 2018
* Fix an example in the documentation
2019-04-16 14:19:38 -04:00
..
2019-04-16 14:19:38 -04:00

Tokio async/await examples

These are a separate crate in order to work around some cargo bugs. It also allows [patch] to be used in Cargo.toml to ensure the correct lib versions are being pulled in.