我正在阅读go包"运行时",并看到我可以在其他(func GOMAXPROCS(n int))中设置可用于运行程序的CPU单元数.我可以强制goroutine在我选择的特定CPU上运行吗?
runtime go
go ×1
runtime ×1