type sync/atomic.Value
19 uses
sync/atomic (current package)
value.go#L16: type Value struct {
value.go#L28: func (v *Value) Load() (val any) {
value.go#L47: func (v *Value) Store(val any) {
value.go#L90: func (v *Value) Swap(new any) (old any) {
value.go#L135: func (v *Value) CompareAndSwap(old, new any) (swapped bool) {
sync
map.go#L39: read atomic.Value // readOnly
context
context.go#L346: done atomic.Value // of chan struct{}, created lazily, closed by first cancel call
expvar
expvar.go#L233: s atomic.Value // string
github.com/aws/aws-sdk-go-v2/aws
credential_cache.go#L61: creds atomic.Value
github.com/aws/aws-sdk-go-v2/internal/v4a
credentials.go#L46: asymmetric atomic.Value
github.com/aws/smithy-go/auth/bearer
token_cache.go#L73: cachedToken atomic.Value
token_cache.go#L74: lastRefreshAttemptTime atomic.Value
github.com/go-pg/pg/v10/internal/pool
pool_sticky.go#L43: _badConnError atomic.Value
go.uber.org/atomic
value.go#L30: atomic.Value
google.golang.org/grpc
clientconn.go#L485: retryThrottler atomic.Value // Updated from service config.
google.golang.org/grpc/internal/transport
controlbuf.go#L309: trfChan atomic.Value // chan struct{}
internal/testlog
log.go#L29: var logger atomic.Value
net/http
server.go#L291: curReq atomic.Value // of *response (which has a Request in it)
transport.go#L106: altProto atomic.Value // of nil or map[string]RoundTripper, key is URI scheme
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)