mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-22 11:43:09 +00:00
Merge pull request #50 from michelheusschen/arc-swap-rename
Rename arc_swap to arc-swap
This commit is contained in:
commit
7f111d8735
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@
|
|||
{
|
||||
"name": "Atomic pointer swapping",
|
||||
"recommendations": [{
|
||||
"name": "arc_swap",
|
||||
"name": "arc-swap",
|
||||
"notes": "Useful for sharing data that has many readers but few writers"
|
||||
}]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue