tree: fde2c5f8c21ad884ed43364c3ee053debe39311d [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)