GitBook: [master] one page modified

This commit is contained in:
cf
2020-01-25 11:40:32 +00:00
committed by gitbook-bot
parent fbe7fce491
commit 95f93adab5

View File

@@ -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: