Async Rust: Past, Present, and Future
Offered By: Rust via YouTube
Course Description
Overview
Explore the evolution and future of asynchronous programming in Rust in this 31-minute conference talk from RustConf 2022. Delve into the unique aspects of async Rust, including the need for third-party runtimes and the requirement to await async functions for execution. Examine the design decisions and trade-offs that shaped the current async implementation, and understand their implications for developers. Learn about the challenges of cancellation and its potential to cause unexpected errors. Gain insights into the ongoing efforts of the Async Working Group to enhance async Rust, including their plans, current progress, and future directions. Discover how async Rust has developed from its inception to its current stable state, and get a glimpse of what lies ahead for this crucial feature of the language.
Syllabus
RustConf 2022 - ASYNC RUST: PAST, PRESENT, AND FUTURE GENERAL by Nick Cameron
Taught by
Rust
Related Courses
Building Your Own Programming LanguageFrontend Masters BeauĀtiful Racket
Independent Rust: A Language for the Next 40 Years
ChariotSolutions via YouTube Move Deliberately and Don't Break Anything: Lessons from Java Evolution
ChariotSolutions via YouTube Flex - Lexical Analysis
Write your own Operating System via YouTube