]> Cypherpunks.ru repositories - gostls13.git/commit
sync: use atomic.Uint32 in Once
authormstmdev <mstmdev@gmail.com>
Fri, 6 Oct 2023 19:00:52 +0000 (19:00 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 6 Oct 2023 21:01:50 +0000 (21:01 +0000)
commitbe3d5fb6e6c9531e6c01dc909da710e1f596fb3a
tree4545f7869d72ae0a64ee71fd7328d02689bc42d6
parentb72bbaebf9035c59806fd8073f2582e2d07764d5
sync: use atomic.Uint32 in Once

Change-Id: If9089f8afd78de3e62cd575f642ff96ab69e2099
GitHub-Last-Rev: 14165018d67e84685dcf84be0320623ccb3afc0e
GitHub-Pull-Request: golang/go#63386
Reviewed-on: https://go-review.googlesource.com/c/go/+/532895
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/sync/once.go
test/inline_sync.go