mirror of
https://github.com/panjf2000/ants.git
synced 2025-12-16 18:11:03 +00:00
update readme
This commit is contained in:
parent
8d3f3cbee2
commit
9978fa2414
@ -17,7 +17,8 @@ Package ants implements a fixed goroutine pool for managing and recycling a mass
|
||||
## Features:
|
||||
|
||||
- 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.
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user