https://github.com/fishy/rowlock
Go implementation of rowlock
https://github.com/fishy/rowlock
go golang library lock rowlock
Last synced: 11 months ago
JSON representation
Go implementation of rowlock
- Host: GitHub
- URL: https://github.com/fishy/rowlock
- Owner: fishy
- License: bsd-3-clause
- Created: 2018-05-28T21:03:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T02:33:48.000Z (over 4 years ago)
- Last Synced: 2024-11-17T06:42:33.211Z (over 1 year ago)
- Topics: go, golang, library, lock, rowlock
- Language: Go
- Homepage: https://godoc.org/github.com/fishy/rowlock
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/go.yhsif.com/rowlock)
[](https://goreportcard.com/report/go.yhsif.com/rowlock)
# RowLock
RowLock is a [Go](https://golang.org)
[library](https://pkg.go.dev/go.yhsif.com/rowlock).
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.
([Example code on pkg.go.dev](https://pkg.go.dev/go.yhsif.com/rowlock#example-package))
## License
[BSD 3-Clause](LICENSE).