sync/atomic.Int64.Store (method)

one use

	sync/atomic (current package)
		type.go#L101: func (x *Int64) Store(val int64) { StoreInt64(&x.v, val) }