]> Cypherpunks repositories - gostls13.git/commit
runtime: document that cleanups can run concurrently with each other
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 19 Feb 2025 17:28:45 +0000 (17:28 +0000)
committerMichael Knyszek <mknyszek@google.com>
Wed, 26 Feb 2025 19:35:44 +0000 (11:35 -0800)
commit1421b982dca738daf47fe11aec9b56050798d739
treee25b7f9adedbcf577ed8baa441cb1a78fed3ce89
parent76c70282538bf4cccd6f98b5b26df7f5a7f2cebd
runtime: document that cleanups can run concurrently with each other

Fixes #71825.

Change-Id: I25af19eb72d75f13cf661fc47ee5717782785326
Reviewed-on: https://go-review.googlesource.com/c/go/+/650696
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/mcleanup.go