]> Cypherpunks repositories - gostls13.git/commit
internal/sync: add Range to HashTrieMap
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 15 Aug 2024 19:22:43 +0000 (19:22 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 18 Nov 2024 20:35:34 +0000 (20:35 +0000)
commit5c7b7c7d60d7c20b102d70e713e605504353ab26
treee52952ee92adc3f9de4e582a7e33427db2d07b40
parente5c4c79cc446976e61f0b08577dc6f994dec023f
internal/sync: add Range to HashTrieMap

This implementation is trivial given that All already exists. The
purpose of Range is to conform to sync.Map's API.

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