2 items tagged with "threads"
Use Rust's threads, channels, and shared-state primitives to write concurrent code that the compiler proves is data-race free.
Two models for concurrency: cooperative asynchronous programming with an event loop, versus preemptive OS threads. Each suits different workloads.