예제 #1
0
파일: atomic.go 프로젝트: vozhyk-/gohan
//CounterValue makes thread safe counter
func CounterValue(counter *util.Counter) int {
	return int(counter.Value())
}