mirror of https://github.com/panjf2000/ants.git
Replace the logo.
This commit is contained in:
parent
6b4f63e883
commit
abe583d7eb
|
@ -1,6 +1,6 @@
|
|||
# ants
|
||||
|
||||
<div align="center"><img src="https://user-images.githubusercontent.com/7496278/51515413-8807b680-1e4e-11e9-8001-9a90655f3006.png"/></div>
|
||||
<div align="center"><img src="https://user-images.githubusercontent.com/7496278/51747068-4cd1e580-20e3-11e9-9685-0b9882569bae.jpg"/></div>
|
||||
|
||||
<p align="center">A goroutine pool for Go</p>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
[![godoc for panjf2000/ants][7]][8]
|
||||
[![MIT Licence][9]][10]
|
||||
|
||||
[英文说明页](README.md) | [项目介绍文章传送门](http://blog.taohuawu.club/article/goroutine-pool)
|
||||
[英文](README.md) | [项目介绍文章传送门](http://blog.taohuawu.club/article/goroutine-pool)
|
||||
|
||||
`ants`是一个高性能的协程池,实现了对大规模goroutine的调度管理、goroutine复用,允许使用者在开发并发程序的时候限制协程数量,复用资源,达到更高效执行任务的效果。
|
||||
|
||||
|
|
Loading…
Reference in New Issue