]> Cypherpunks repositories - gostls13.git/commit
internal/sync: add Store to HashTrieMap
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 13 Aug 2024 15:12:21 +0000 (15:12 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 18 Nov 2024 20:35:19 +0000 (20:35 +0000)
commit872031dc10f30380663eda1c83d830c19eb13dff
tree2ffcfc8de92479de070fe42057d370eb1e7850e0
parent28bac5640cfd889a795bd7d7d24e6d788a985ead
internal/sync: add Store to HashTrieMap

This change adds the Store operation (with the same semantics as
sync.Map's Store) to HashTrieMap.

Change-Id: Ida55421f28d8cc6527f983f7f1c2fd55bb280925
Reviewed-on: https://go-review.googlesource.com/c/go/+/606455
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/internal/sync/hashtriemap.go