xiaonanln / keylock

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%