Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 17, 2024
1 parent 87929bd commit 00e7c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keyrwmutex

`keyrwmutex` is a package that provides R/W locks on arbitrary strings.
`keyrwmutex` is a package that provides R/W locks on arbitrary strings using hash bucket.

This is created by combining [keymutex.hashedKeyMutex](https://pkg.go.dev/k8s.io/utils/keymutex#NewHashed) and [sync.RWMutex](https://pkg.go.dev/sync#RWMutex).

Expand Down

0 comments on commit 00e7c0f

Please # to comment.