]> Cypherpunks repositories - gostls13.git/commit
internal/sync: add Delete to HashTrieMap
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 13 Aug 2024 16:33:30 +0000 (16:33 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 18 Nov 2024 20:35:28 +0000 (20:35 +0000)
commit083045f99dde6fb00c4e8658a67cacce1e06825f
tree1d16847252b45668bff9589c7d89aef4c7f80842
parent107e094f51319f99f7353f1aeae36229deda34c0
internal/sync: add Delete to HashTrieMap

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

Change-Id: If90376ff735256444538719d670ed07e9e42870b
Reviewed-on: https://go-review.googlesource.com/c/go/+/606458
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