Skip to content
Rust Search
← Live Coding

Let's write an async runtime

Rust Nation UK
RustNation 1:05:08 2955 views

Have you ever wondered what exactly the async/await syntax in Rust really does behind the scenes, or what this whole async runtime business is all about? Perhaps you came across the `Pin` and `Unpin` types and couldn't quite understand why they're needed? Or maybe you saw a long cryptic error message from the Rust compiler regarding your `Future` not implementing `Send` and it confused the hell out of you? Or maybe you know all of that and you always wanted to look into the nitty-gritty of an as

Player unavailable or embedding blocked? Use the YouTube link above.