parking_lot 0.7.1

More compact and efficient implementations of the standard synchronization primitives.
Documentation
[dependencies.lock_api]
version = "0.1"

[dependencies.parking_lot_core]
version = "0.4"
[dev-dependencies.rand]
version = "0.6"

[features]
deadlock_detection = ["parking_lot_core/deadlock_detection"]
default = ["owning_ref"]
nightly = ["parking_lot_core/nightly", "lock_api/nightly"]
owning_ref = ["lock_api/owning_ref"]

[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
categories = ["concurrency"]
description = "More compact and efficient implementations of the standard synchronization primitives."
keywords = ["mutex", "condvar", "rwlock", "once", "thread"]
license = "Apache-2.0/MIT"
name = "parking_lot"
readme = "README.md"
repository = "https://github.com/Amanieu/parking_lot"
version = "0.7.1"