Technical requirements
Verify that rustup
, rustc
, and cargo
have been installed correctly with the following commands:
rustup --version rustc --version cargo --version
The Git repo for the code in this chapter can be found at: https://github.com/PacktPublishing/Practical-System-Programming-for-Rust-Developers/tree/master/Chapter09.
Let's get started with some basic concepts of concurrency.