runtime/internal/atomic.Float64.Store (method)

3 uses

	runtime/internal/atomic (current package)
		types.go#L444: func (f *Float64) Store(value float64) {

	runtime
		mgcpacer.go#L591: 	c.assistWorkPerByte.Store(assistWorkPerByte)
		mgcpacer.go#L592: 	c.assistBytesPerWork.Store(assistBytesPerWork)