Rust Concurrency Explained
Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=Dbytx0ivH7Q
The Rust programming language purports the bold claim that it guarantees thread safety while retaining the ability to write zero-cost abstractions. In this talk we'll explore precisely how Rust can make such a claim. We'll also explore the ecosystem that makes up the concurrency toolkit in Rust to see how these language principles are extended to common abstractions such as channels, thread pools, work stealing algorithms, concurrent data structures, and asynchronous I/O.
EVENT:
code::dive 2017
SPEAKER:
Alex Crichton
PERMISSIONS:
code::dive Conference Organizer provided Coding Tech with the permission to republish this video.
CREDITS:
code::dive: http://codedive.pl/index/speaker/name/alex-crichton/year/2017/
Other Videos By Coding Tech
Tags:
rust programming
concurrency in rust
software development