Tag: gmp
All the articles with the tag "gmp".
-
从 g、m、p 三个结构体理解 Go GMP 调度模型
基于 Go 1.24.13 runtime 源码,只挑选 g、m、p 中与调度直接相关的字段,理解 goroutine 如何被保存、调度、阻塞与恢复。
All the articles with the tag "gmp".
基于 Go 1.24.13 runtime 源码,只挑选 g、m、p 中与调度直接相关的字段,理解 goroutine 如何被保存、调度、阻塞与恢复。