From 74157b43d26f54467db5039714011ee182799f37 Mon Sep 17 00:00:00 2001 From: Yi Feng <66539215+bigyifeng@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:19:22 +0800 Subject: [PATCH] =?UTF-8?q?Update=2021-=E4=BD=BF=E7=94=A8=20sync.WaitGroup?= =?UTF-8?q?=20=E6=9D=A5=E5=AE=9E=E7=8E=B0=E5=B9=B6=E5=8F=91=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=20.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...6\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/00-\345\237\272\347\241\200\350\257\255\346\263\225/21-\344\275\277\347\224\250 sync.WaitGroup \346\235\245\345\256\236\347\216\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" "b/00-\345\237\272\347\241\200\350\257\255\346\263\225/21-\344\275\277\347\224\250 sync.WaitGroup \346\235\245\345\256\236\347\216\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" index 9263dcf..dcc1a45 100644 --- "a/00-\345\237\272\347\241\200\350\257\255\346\263\225/21-\344\275\277\347\224\250 sync.WaitGroup \346\235\245\345\256\236\347\216\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" +++ "b/00-\345\237\272\347\241\200\350\257\255\346\263\225/21-\344\275\277\347\224\250 sync.WaitGroup \346\235\245\345\256\236\347\216\260\345\271\266\345\217\221\346\223\215\344\275\234 .md" @@ -51,7 +51,7 @@ func handlerTask3(wg *sync.WaitGroup) { 全部任务执行完毕. ``` -## sync.WaitGroup 闭坑指南 +## sync.WaitGroup 避坑指南 ### 01 @@ -108,4 +108,4 @@ func handlerTask1(wg *sync.WaitGroup) { - [Go - 基于逃逸分析来提升程序性能](https://mp.weixin.qq.com/s/gAz87qPA8sBJMeq6MZbqwg) - [Go - 使用 sync.Pool 来减少 GC 压力](https://mp.weixin.qq.com/s/0NVp59uI8h9WTp68wtb7XQ) - [Go - 使用 options 设计模式](https://mp.weixin.qq.com/s/jvSbZ0_g_EFqaR2TmjjO8w) -- [Go - 两个在开发中需注意的小点](https://mp.weixin.qq.com/s/-QCG61vh6NVJUWz6tOY7Gw) \ No newline at end of file +- [Go - 两个在开发中需注意的小点](https://mp.weixin.qq.com/s/-QCG61vh6NVJUWz6tOY7Gw)