Merge pull request #608 from dungph/master

fix link to `task/block_on` on README.md
new-scheduler
nasa 5 years ago committed by GitHub
commit f7b21a3e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,7 +94,7 @@ More examples, including networking and file access, can be found in our
[`examples`]: https://github.com/async-rs/async-std/tree/master/examples
[documentation]: https://docs.rs/async-std#examples
[`task::block_on`]: task/fn.block_on.html
[`task::block_on`]: https://docs.rs/async-std/*/async_std/task/fn.block_on.html
[`"attributes"` feature]: https://docs.rs/async-std/#features
## Philosophy

Loading…
Cancel
Save