Posted in

Go context取消不生效?不是你没调cancel(),而是deadline timer未触发、WithCancel父节点已释放、Done() channel被多次select导致的3重误判

第一章:Go context取消 … Go context取消不生效?不是你没调cancel(),而是deadline timer未触发、WithCancel父节点已释放、Done() channel被多次select导致的3重误判Read more