コード例 #1
0
ファイル: atomic.go プロジェクト: vozhyk-/gohan
//CounterValue makes thread safe counter
func CounterValue(counter *util.Counter) int {
	return int(counter.Value())
}