update project tutorial link

This commit is contained in:
Andy Pan 2018-07-23 22:19:03 +08:00
parent 01fb508e1c
commit a71bd6bb94
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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复用允许使用者在开发并发程序的时候限制协程数量复用资源达到更高效执行任务的效果。