Rust Concurrency Explained

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=Dbytx0ivH7Q



Duration: 1:05:50
158,089 views
3,137


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/







Tags:
rust programming
concurrency in rust
software development