Unlock unlocks the mutex that is used for the given key
(key string)
| 22 | |
| 23 | // Unlock unlocks the mutex that is used for the given key |
| 24 | Unlock(key string) |
| 25 | |
| 26 | // RLock locks the mutex for read-only that is used for the given key |
| 27 | RLock(key string) |
no outgoing calls