Go 1.19将拥有更快的竞争争夺检测器


Go 1.19 将拥有更快的race detector! 无限数量的 goroutine.
运行类似命令即可:

$ go test -race
race: 超过了同时存活goroutines限制8128,dying。

快速竞争检测器可能使生产中的运行竞争检测成为可能。在只能在 CI 上运行它。