From 6af0e505de515af16ee9aec1a9415696484c699b Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Mon, 9 Jul 2018 16:35:08 +0800 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f41ca07..85d91fa 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Package ants implements a fixed goroutine pool for managing and recycling a mass ## Features: - Automatically managing and recycling a massive number of goroutines. +- Periodically clearing 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.