Map is a generic version of sync.Map More info sees https://pkg.go.dev/sync#Map.
Pool is a generic version of sync.Pool More info sees https://pkg.go.dev/sync#Pool.
Value is a generic version of atomic.Value More info sees https://pkg.go.dev/sync/atomic#Value.