Hands-on with Rust: Async / Await
Meet the Cast
HOST
David Flanagan
@rawkode
Stay ahead in cloud native
Tutorials, deep dives, and curated eventsβno fluff.
In this episode, Senyo and I will gets hands-on with Rust's async/await features.
#RustTutorial
πΏ Rawkode Live
Hosted by David McKay / π¦ https://twitter.com/rawkode
Website: https://rawkode.live
Discord Chat: https://rawkode.live/chat
#RawkodeLive
π° Timeline
00:00 - Viewer Comments
00:55 - Introductions
12:50 - Spawning & Joining Futures
41:20 - Writing Our Own Futures
49:50 - Writing Our Own Executor
π₯ About the Guests
Senyo Simpson
Passionate about building technological infrastructure that enables others to build great products π±
π¦ https://twitter.com/SenYeezus
π§© https://github.com/senyosimpson
π https://senyosimpson.com/
π¨ About the Technologies
Rust
Rust is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references. Rust achieves memory safety without garbage collection, and reference counting is optional.
Rust was originally designed by Graydon Hoare at Mozilla Research, with contributions from Dave Herman, Brendan Eich, and others. The designers refined the language while writing the Servo layout or browser engine, and the Rust compiler.
It has gained increasing use in industry, and Microsoft has been
experimenting with the language for secure and safety-critical software
components.
Rust has been voted the "most loved programming language" in the Stack Overflow Developer Survey every year since 2016.
π https://www.rust-lang.org/
π¦ https://twitter.com/rustlang
π§© https://github.com/rust-lang/rust
#RustLang
Related Videos
Kubernetes Disaster Recovery
Flatcar Linux: A Modern OS for the Always-On Infrastructure
Platform Engineering: Asking "Why"? with Evelyn Osman
βToday we had some long conversations about Arc Bash and the future of scripting as well as platforms and the rise and fall of Kubernetes.
Hands-on with Headlamp: The Kubernetes UI
Join us as we explore Headlamp β an extensible, user-friendly Kubernetes UI. Weβll walk through installing, configuring, customizing, and using it in real time.
Comments