More compact and efficient implementations of the standard synchronization primitives.
# Cargo.toml
[dependencies]
parking_lot = "0.12.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a mutex-protected integer and increments it.
Use `parking_lot::Mutex` directly; avoid mixing with std mutexes.
No dependency data recorded yet.