We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca3662 commit 9cfceb9Copy full SHA for 9cfceb9
content/errata.md
@@ -169,6 +169,11 @@ printUser get: &{qcrao 18}
169
170
> P 的个数是固定的,它等于 GOMAXPROCS 个,进程启动的时候就会被全部创建出来。随着程序的运行,越来越多的 goroutine 会被创建出来。这时,M 也会随之被创建,用于执行 goroutine,M 的个数没有一定的规律,视 goroutine 情况而定。
171
172
+- 多了个“不”字
173
+
174
+<img width="1117" alt="image" src="https://user-images.githubusercontent.com/7698088/226796514-82eab03f-7214-4a4a-9584-306e01ca8072.png">
175
176
177
# 第 191 页
178
179
- memory 拼写错误
0 commit comments