From 41f6b572b25da6363d7d7c45b77705fd8bee7466 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 26 Sep 2021 11:53:00 -0400 Subject: [PATCH] Update the link of one of the relevant articles re: #185 --- README_ZH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZH.md b/README_ZH.md index ec3c9014..5f1f3bb7 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -323,7 +323,7 @@ pool.Reboot() - [Goroutine 并发调度模型深度解析之手撸一个高性能 goroutine 池](https://taohuawu.club/high-performance-implementation-of-goroutine-pool) - [Visually Understanding Worker Pool](https://medium.com/coinmonks/visually-understanding-worker-pool-48a83b7fc1f5) - [The Case For A Go Worker Pool](https://brandur.org/go-worker-pool) -- [Go Concurrency - GoRoutines, Worker Pools and Throttling Made Simple](https://twinnation.org/articles/39/go-concurrency-goroutines-worker-pools-and-throttling-made-simple) +- [Go Concurrency - GoRoutines, Worker Pools and Throttling Made Simple](https://twin.sh/articles/39/go-concurrency-goroutines-worker-pools-and-throttling-made-simple) ## 🖥 用户案例