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)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |