Use the parking_lot locking primitives by faern · Pull Request #56410 · rust-lang/rust
This PR adds the parking_lot code as a git submodule and reimplements all the standard library locking primitives so they are thin wrappers over the parking_lot equivalents. The standard library pu...