update readme

This commit is contained in:
Andy Pan 2018-07-09 16:32:33 +08:00 committed by GitHub
parent 8d3f3cbee2
commit 9978fa2414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ Package ants implements a fixed goroutine pool for managing and recycling a mass
## Features: ## Features:
- Automatically managing and recycling a massive number of goroutines. - Automatically managing and recycling a massive number of goroutines.
- Friendly interfaces: submitting tasks, getting the number of running goroutines, readjusting capacity of pool dynamically, closing pool. - Periodically clearing the overdue goroutines.
- Friendly interfaces: submitting tasks, getting the number of running goroutines, readjusting capacity of pool dynamically, closing pool.
- Efficient in memory usage and it even achieves higher performance than unlimited goroutines in golang. - Efficient in memory usage and it even achieves higher performance than unlimited goroutines in golang.