We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508eade commit a144ee0Copy full SHA for a144ee0
1 file changed
src/content/posts/技术分享/Go 相关/sync.Pool.md
@@ -8,7 +8,7 @@ tags:
8
- 源码解读
9
category: 技术分享
10
draft: false
11
-image:
+image: ./assets/2026-02-07.jpg
12
---
13
前几天看见一个技术交流群有关于 sync.Pool 的交流,问他是如何做到无锁并发访问的,我对这个问题比较有兴趣,就去看了它的源码一探究竟。
14
0 commit comments