Posted in

Golang取消机制的“暗物质”:为什么runtime会静默忽略某些cancel调用?深入goparkunlock与netpoller协同取消的竞态窗口

第一章:Golang取消机制的“ … Golang取消机制的“暗物质”:为什么runtime会静默忽略某些cancel调用?深入goparkunlock与netpoller协同取消的竞态窗口Read more

Posted in

Go取消机制底层源码精读:从runtime.gopark到reflect.Value.CallCancel,带你手撕cancel逻辑的11个关键节点

第一章:Go取消机制的演进脉络与 … Go取消机制底层源码精读:从runtime.gopark到reflect.Value.CallCancel,带你手撕cancel逻辑的11个关键节点Read more

Posted in

Go服务日志中“context deadline exceeded”泛滥?根本原因不是超时设置短,而是cancel信号未广播至所有goroutine

第一章:Go服务日志中“cont … Go服务日志中“context deadline exceeded”泛滥?根本原因不是超时设置短,而是cancel信号未广播至所有goroutineRead more