January 2019
Beginner to intermediate
554 pages
13h 31m
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