tree: aed64e6bf6310288de4135d4dc9585872b63b2af [path history] [tgz]
  1. mutex.go
  2. mutex_test.go
  3. README.md
pkg/etcdsync/README.md

CSE Distributed Etcd lock

example

lock, _ := etcdsync.Lock("/test",-1, true)
defer lock.Unlock()
//do something
g += 1
fmt.Println(g)