A distributed lock library in Go using etcd. It easy to use like sync.Mutex.
Stars
193
Forks
33
Watchers
193
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fix logic bug discribed by issue #1 : If key already existed, you setup watcher and wait till key is deleted... and do not create key. Thanks funny-falcon
8668584View on GitHubFix bug at issue #1 : there is no way for (*etcdsync.Mutex).Lock() to return err != nil - err is never assigned
7f9a34dView on GitHub