]> Cypherpunks repositories - gostls13.git/commit
runtime: expand GOMAXPROCS documentation
authorMichael Pratt <mpratt@google.com>
Tue, 1 Jul 2025 20:36:22 +0000 (16:36 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 15 Jul 2025 06:13:25 +0000 (23:13 -0700)
commitbb07e55aff3041032ac8c851f4fefbd038783240
tree3f095a535daacb0c49f7652acada0ffecb0de666
parent9159cd4ec6b0e9475dc9c71c830035c1c4c13483
runtime: expand GOMAXPROCS documentation

Expand the GOMAXPROCS documentation to include details of how defaults
are selected, as this is something that inquisitive minds will want to
know. I've added an additional warning that these details may changed.

While we are here, add a bit more structure to make it easier to find
the relevant parts of the documentation.

For #73193.

Change-Id: I6a6a636cae93237e3e3174822490d51805e70990
Reviewed-on: https://go-review.googlesource.com/c/go/+/685318
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/runtime/debug.go