We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0665376 commit e8e57a0Copy full SHA for e8e57a0
Cargo.toml
@@ -15,5 +15,8 @@ keywords = ["park", "notify", "thread", "wake", "condition"]
15
categories = ["concurrency"]
16
readme = "README.md"
17
18
+[dependencies]
19
+parking_lot = "0.11.0"
20
+
21
[dev-dependencies]
22
easy-parallel = "3.0.0"
0 commit comments