DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
atomic.Value.Load()
Examples using...
atomic.Value.Load()
Recent
Examples
Value (ReadMostly) in Go
by GoDoc
Go
atomic.Value.Load
atomic.Value.Store
atomic.Value
sync
sync.Mutex
The following example shows how to maintain a scalable frequently read, but infrequently updated data structure using copy-on-write idiom.