May 2019
Intermediate to advanced
698 pages
17h 21m
English
Rust's concurrency primitives rely on native OS threads. It provides threading APIs in the std::thread module in the standard library. In this section, we'll start with the basics on how to create threads to perform tasks concurrently. In subsequent sections, we'll explore how threads can share data with each other.
Read now
Unlock full access