mirror of https://github.com/panjf2000/ants.git
Update the link of project tutorial
This commit is contained in:
parent
05e96abd61
commit
7e964e1309
|
@ -10,7 +10,7 @@
|
|||
[![godoc for panjf2000/ants][7]][8]
|
||||
[![MIT Licence][9]][10]
|
||||
|
||||
[中文](README_ZH.md) | [Project Tutorial](http://blog.taohuawu.club/article/goroutine-pool)
|
||||
[中文](README_ZH.md) | [Project Tutorial](https://blog.taohuawu.club/goroutine-pool)
|
||||
|
||||
Library `ants` implements a goroutine pool with fixed capacity, managing and recycling a massive number of goroutines, allowing developers to limit the number of goroutines in your concurrent programs.
|
||||
|
||||
|
|
Loading…
Reference in New Issue