Merge pull request #50 from michelheusschen/arc-swap-rename

Rename arc_swap to arc-swap
This commit is contained in:
Nico Burns 2022-11-15 11:43:10 +00:00 committed by GitHub
commit 7f111d8735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}]
},