An open API service indexing awesome lists of open source software.

https://github.com/xiaonanln/keylock

Golang utility class KeyLock: lock by string key, so as to avoid giant lock
https://github.com/xiaonanln/keylock

Last synced: about 1 year ago
JSON representation

Golang utility class KeyLock: lock by string key, so as to avoid giant lock

Awesome Lists containing this project

README

          

# keylock
Golang utility class KeyLock: lock by string key, so as to avoid giant lock

## Testing

Since this utility deals with concurrency so much, it is important to run the tests with the `-race` flag:

$ go test -race