update readme

This commit is contained in:
Andy Pan 2018-07-09 16:36:03 +08:00 committed by GitHub
parent 6af0e505de
commit 525d766c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
## 功能:
- 实现了自动调度并发的goroutine复用goroutine
- 定时清理过期的goroutine进一步节省资源
- 提供了友好的接口:任务提交、获取运行中的协程数量、动态调整协程池大小
- 资源复用极大节省内存使用量在大规模批量并发任务场景下比原生goroutine并发具有更高的性能