Files
2026-03-01 01:43:46 +08:00

2 lines
234 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
`GOMAXPROCS` 是 Go 语言中的一个运行时参数,用于控制 Go 程序可以**并行执行的最多操作系统线程(OS threads)数量**,即可以同时运行的 **逻辑处理器(logical processors** 的数量。