mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00

Not all platforms support AtomicU64, so this swaps the usage with Mutex. The difference in performance should be imperceptible.
Not all platforms support AtomicU64, so this swaps the usage with Mutex. The difference in performance should be imperceptible.