minor corrections

This commit is contained in:
Carl Fredrik Samson
2020-02-01 18:06:36 +01:00
parent 4af1ee85bf
commit 87407fab16
3 changed files with 2 additions and 49 deletions

View File

@@ -75,4 +75,5 @@ articles I've already linked to in the book, here are some of my suggestions:
[The async_std book](https://book.async.rs/)
[Aron Turon: Designing futures for Rust](https://aturon.github.io/blog/2016/09/07/futures-design/)
[Steve Klabnik's presentation: Rust's journey to Async/Await](https://www.infoq.com/presentations/rust-2019/)
[The Tokio Blog](https://tokio.rs/blog/2019-10-scheduler/)
[The Tokio Blog](https://tokio.rs/blog/2019-10-scheduler/)
[Stjepan's blog with a series where he implements an Executor](https://stjepang.github.io/)