Skip to content

Details

This tutorial will introduce the various forms of concurrency available in Rust. We'll explore starting threads, message passing, as well as shared memory techniques like locks. We'll see how Rust makes it easy to write correct, concurrent programs that are free from data races and other hard-to-debug errors.

Prior experience with Rust would be helpful, but is not required for this tutorial.

Members are also interested in