Registry / utility / brotherlogic-lock

brotherlogic-lock

JSON →
library0.0.0-20240115172504-71f29ba3b898gogounverified

Package lock provides distributed locking mechanisms.

go get github.com/brotherlogic/lock
INSTALL
IMPORT
SIG · BROTHERLOGIC-LOCK
B
brotherlogic-lock
utilitygov0.0.0-20240115172504-71f29ba3b898
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lock
github.com/brotherlogic/lock

Creates a lock, locks and unlocks it.

package main import ( "fmt" "github.com/brotherlogic/lock" ) func main() { l := lock.New() l.Lock() fmt.Println("locked") l.Unlock() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240115172504-71f29ba3b898latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
1
Amazon
1
Resources
brotherlogic-lock — go get brotherlogic-lock · libregistry