Shared-State Concurrency in Rust

# Introduction Welcome to **Shared-State Concurrency**. This lab is a part of the [Rust Book](https://doc.rust-lang.org/book/). You can practice your Rust skills in LabEx. In this lab, we explore the concept of shared-memory concurrency and why message-passing enthusiasts caution against it.

|60 : 00

Click the virtual machine below to start practicing