Open carllerche opened 6 years ago
My live-coding streams are pretty long and in-depth, and definitely toss you in at the deep end, but may be worthwhile for those looking to explore tokio in more depth. The streams are also more about how to work with tokio and futures than how tokio itself works, but might still be worthwhile.
Here are the relevant streams thus far:
async-ssh
: tsunami
asynchronous using async-ssh
hyper
crate from futures_cpupool
to tokio
: https://www.youtube.com/watch?v=8UzLuMiGs9s&t=320s
using tokio::blocking
in a compute-heavy crate: https://www.youtube.com/watch?v=8UzLuMiGs9s&t=10795sHere's a video tutorial I whipped up on writing a toy server: https://www.youtube.com/watch?v=nu85BS7ahnQ
There are lots of good external learning resources. Those should be listed on the website somewhere.