Expand description
Module demonstrating data race prevention
Data race prevention through ownership and type system
Rust prevents data races at compile time through the type system.
Functionsยง
- compare_
c_ vs_ rust - Comparing C vs Rust concurrency
- safe_
concurrent_ access - Arc and Mutex for safe concurrent access
- type_
system_ prevents_ races - Send and Sync traits prevent data races