mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-25 13:10:21 +00:00
correct the name of std::sync::Mutex (#65)
This commit is contained in:
parent
ee3ef2cadb
commit
3d328cb816
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@
|
||||||
"name": "Mutex",
|
"name": "Mutex",
|
||||||
"recommendations": [{
|
"recommendations": [{
|
||||||
"name": "parking_lot",
|
"name": "parking_lot",
|
||||||
"notes": "std::mutex also works fine. But Parking Lot is faster."
|
"notes": "std::sync::Mutex also works fine. But Parking Lot is faster."
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue