Top 4.2% dependent packages on proxy.golang.org
Top 2.5% dependent repos on proxy.golang.org
Top 9.8% forks on proxy.golang.org
proxy.golang.org : github.com/fishy/rowlock
Package rowlock provides an implementation of row lock. A row lock is a set of locks associated with rows. Instead of locking and unlocking globally, you only operate locks on a row level. RowLock provides optional RLock and RUnlock functions to use separated read and write locks. In order to take advantage of them, NewLocker function used in NewRowLock must returns an implementation of RWLocker (for example, RWMutexNewLocker returns a new sync.RWMutex). If the locker returned by NewLocker didn't implement RLocker function defined in RWLocker, RLock will work the same as Lock and RUnlock will work the same as Unlock.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/fishy/rowlock
Keywords:
go
, golang
, library
, lock
, rowlock
License: BSD-3-Clause
Latest release: almost 4 years ago
First release: over 7 years ago
Namespace: github.com/fishy
Dependent packages: 2
Dependent repositories: 4
Stars: 3 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 17 days ago