Go implementation of rowlock https://godoc.org/github.com/fishy/rowlock
Find a file
2022-03-17 19:32:18 -07:00
.editorconfig Add .editorconfig and LICENSE files 2018-05-28 14:39:20 -07:00
doc.go Change to vanity URL 2020-12-27 02:53:30 -08:00
doc_test.go Generic support 2022-03-17 19:32:18 -07:00
go.mod Generic support 2022-03-17 19:32:18 -07:00
go.sum Generic support 2022-03-17 19:32:18 -07:00
LICENSE Add .editorconfig and LICENSE files 2018-05-28 14:39:20 -07:00
README.md Change to vanity URL 2020-12-27 02:53:30 -08:00
rowlock.go Generic support 2022-03-17 19:32:18 -07:00
rowlock_test.go Generic support 2022-03-17 19:32:18 -07:00

PkgGoDev Go Report Card

RowLock

RowLock is a Go library. 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)

License

BSD 3-Clause.