mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
chore: update examples link in README (#1274)
This commit is contained in:
parent
8fa1510d67
commit
8b49a1e05f
@ -98,7 +98,11 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
More examples can be found [here](tokio/examples).
|
||||
More examples can be found [here](tokio/examples). Note that 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).
|
||||
|
||||
|
||||
## Getting Help
|
||||
|
||||
|
6
tokio/examples/README.md
Normal file
6
tokio/examples/README.md
Normal 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).
|
Loading…
x
Reference in New Issue
Block a user