Commit 2244d54
committed
add
Adds the equivalent `nonpoison` types to the `poison::condvar` module.
These types and implementations are gated under the `nonpoison_condvar`
feature gate.nonpoison::condvar implementation1 parent 7278554 commit 2244d54
File tree
3 files changed
+524
-2
lines changed- library/std/src/sync
- nonpoison
3 files changed
+524
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
37 | 40 | | |
0 commit comments