unlock 0.0.9

Instrumented synchronization primitives helping you to unlock performance issues
Documentation
[dependencies.num_cpus]
version = "1.16.0"

[dependencies.parking_lot]
optional = true
version = "0.12"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.196"

[features]
default = ["parking_lot", "serde"]
trace = []

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["concurrency"]
description = "Instrumented synchronization primitives helping you to unlock performance issues"
documentation = "https://docs.rs/unlock"
edition = "2021"
homepage = "https://github.com/udoprog/unlock"
keywords = ["mutex", "rwlock", "thread"]
license = "MIT OR Apache-2.0"
name = "unlock"
readme = "README.md"
repository = "https://github.com/udoprog/unlock"
rust-version = "1.65"
version = "0.0.9"
[package.metadata.docs.rs]
all-features = true