5.5. Golang5.5.1. Golang Runtime5.5. Golang5.5.1. Golang RuntimeGo中的线程被称为Goroutine或G,内核线程被称为M。这些G被调度到M上,即所谓的G:M线程模型,或更常用的M:N线程模型,用户空间线程或green线程模型。