Async Rust is one of the more exciting developments of the last few years, and Tokio is a powerful framework to enable asynchronous code, which can provide performant and scalable solutions.
It's also scary and daunting to tackle without any understanding. This video aims to be the ultimate starter guide for writing async code with Tokio, and how to achieve performant code that's both blocking and non-blocking
Become a better developer in 4 minutes: https://bit.ly/45C7a29 👈
My socials:
Twitter: https://twitter.com/dreamsofcode_io
Discord Server: https://discord.gg/eMjRTvscyt
#rustlang #tokio #async #coding #programming #developers #frameworks #framework #await #asynchronous #nonblockingio
00:00 Intro
00:12 Getting Started
01:46 Non Blocking IO
02:52 Futures
04:39 Tokio Features