Concurrency in Rust

by Steve Klabnik 

Friday, 10 June 2016 11:30 @ Room 2

Rust as a language is uniquely poised as being great at concurrency. There are many languages which are focused on this topic, but Rust takes a different approach. Most languages deal with the evils of shared mutable state by controlling the ‘mutable’ part. Rust instead tackles the ‘shared’ part. In this talk, Steve will show you the hows and whys of concurrent Rust.