Getting started with Tokio. The ultimate starter guide to writing async Rust.

Опубликовано: 01 Март 2023
на канале: Dreams of Code
84,301
2.8k

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:   / dreamsofcode_io  
Discord Server:   / discord  

#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