Posted in

Go语言Context取消传播失效的4种隐式中断场景:time.AfterFunc、select default分支、goroutine泄漏、defer中未检查done通道

第一章:Go语言Context取 … Go语言Context取消传播失效的4种隐式中断场景:time.AfterFunc、select default分支、goroutine泄漏、defer中未检查done通道Read more

Posted in

Go context取消传播延迟测量(cancelCtx.propagateCancel链路耗时):从WithCancel到Done通道关闭的μs级路径

第一章:Go context取消 … Go context取消传播延迟测量(cancelCtx.propagateCancel链路耗时):从WithCancel到Done通道关闭的μs级路径Read more