> For the complete documentation index, see [llms.txt](https://denglj.gitbook.io/essential-go/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://denglj.gitbook.io/essential-go/23-mutex.md).

# 23 互斥锁(Mutex)

- [读写互斥(RWMutex)](https://denglj.gitbook.io/essential-go/23-mutex/read-write-mutes-rwmutex.md)
- [互斥锁的陷阱](https://denglj.gitbook.io/essential-go/23-mutex/mutex-gotchas.md)
- [检测竞争](https://denglj.gitbook.io/essential-go/23-mutex/detecting-races.md)
