# 分类：go-concurrency

> 该分类下的文章按时间倒序排列，便于按主题继续深挖。

## 页面摘要
- 路径: /categories/go-concurrency/
- 当前页: 1 / 1
- 文章总数: 1
- 当前页文章数: 1

## 快速导航
- [首页](/)
- [分类索引](/categories/)
- [归档索引](/archive/)

## 本页文章
### [用 Delock 实现近乎零侵入的 Go 互斥锁死锁调试：超时参数与堆栈追踪](/posts/2026/02/11/go-mutex-deadlock-debugging-delock/)
- 日期: 2026-02-11T03:46:12+08:00
- 分类: [go-concurrency](/categories/go-concurrency/)
- 摘要: 针对 Go 并发中的死锁难题，介绍如何通过 Delock 库包装 sync.Mutex，以最小代码改动实现超时检测与堆栈追踪，给出可落地的工程参数与调试清单。
