chore: update examples link in README (#1274)

This commit is contained in:
Carl Lerche
2019-07-08 13:34:39 -07:00
committed by GitHub
parent 8fa1510d67
commit 8b49a1e05f
2 changed files with 11 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
## Examples of how to use Tokio
The `master` branch is currently being updated to use `async` / `await`.
The examples are not fully ported. Examples for stable Tokio can be
found
[here](https://github.com/tokio-rs/tokio/tree/v0.1.x/tokio/examples).