⌘ / Alt + ←→ to navigate chapters
A shared counter using multiple threads, Arc (atomic reference counting), and Mutex (mutual exclusion). This project teaches how to safely mutate shared data across threads using Rust's concurrency primitives.