From a71bd6bb94b6f77a1b334b77adc0f5da1c13560b Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Mon, 23 Jul 2018 22:19:03 +0800 Subject: [PATCH] update project tutorial link --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59649cd..f0bb65a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![godoc for panjf2000/ants][7]][8] [![MIT Licence][9]][10] -[中文项目说明](README_ZH.md) | [Project Tutorial](http://blog.taohuawu.club/article/42) +[中文项目说明](README_ZH.md) | [Project Tutorial](http://blog.taohuawu.club/article/goroutine-pool) Package ants implements a fixed goroutine pool for managing and recycling a massive number of goroutines, allowing developers to limit the number of goroutines that created by your concurrent programs. diff --git a/README_ZH.md b/README_ZH.md index a083c13..8d0af22 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -10,7 +10,7 @@ [![godoc for panjf2000/ants][7]][8] [![MIT Licence][9]][10] -[英文说明页](README.md) | [项目介绍文章传送门](http://blog.taohuawu.club/article/42) +[英文说明页](README.md) | [项目介绍文章传送门](http://blog.taohuawu.club/article/goroutine-pool) `ants`是一个高性能的协程池,实现了对大规模goroutine的调度管理、goroutine复用,允许使用者在开发并发程序的时候限制协程数量,复用资源,达到更高效执行任务的效果。