diff --git a/reader-excercises.md b/reader-excercises.md index c3d3c6c..9bdb25e 100644 --- a/reader-excercises.md +++ b/reader-excercises.md @@ -36,5 +36,13 @@ What about CPU intensice tasks? Right now they'll prevent our executor thread fr In both `async_std` and `tokio` this method is called `spawn_blocking`, a good place to start is to read the documentation and the code thy use to implement that. +### Further reading + +There are many great resources for further study. Here are some of my suggestions: + +The Asyc book: + + +