go.uber.org/atomic.Uint32.Store (method)

4 uses

	go.uber.org/atomic (current package)
		bool.go#L54: 	x.v.Store(boolToInt(val))
		float32.go#L55: 	x.v.Store(math.Float32bits(val))
		uint32.go#L81: func (i *Uint32) Store(val uint32) {
		uint32.go#L101: 	i.Store(v)