aboutsummaryrefslogtreecommitdiff
path: root/go/util/concurrent_read_map.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-60/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-06-02add missing unlock()!!!!!Chris Lu1-0/+1
2016-05-30rwlock concurrent read mapChris Lu1-11/+33
2016-04-11modify the lockbluefoxah1-3/+2
It seems that we did not use the feture of rwlock now. delete the sync.Mutex only use sync.RWMutex.
2015-03-10follow golint suggestionschrislusf1-3/+2
2015-01-08add some String() to make codes easier to read and debugyanyiwu1-1/+3
2014-12-08Add read-write lock to guard topology changes on new collections and ttls.chrislusf1-0/+37