Add example showcasing how to replace parking_lot

This commit is contained in:
2025-01-18 19:58:22 +01:00
parent 0f201989e0
commit 7ae0bd3989
3 changed files with 40 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ rand = "0.8"
name = "mutex"
harness = false
[[example]]
name = "drop_in_parking_lot"
required-features = ["parkinglot"]
[features]
default = ["backtraces"]
backtraces = []