update pool description

This commit is contained in:
joeybloggs 2016-06-16 10:24:58 -04:00
parent 97a5bcddb5
commit 29c9622ddb

View File

@ -441,7 +441,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Tools for managing and working with Goroutines* *Tools for managing and working with Goroutines*
* [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool. * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
* [pool](https://github.com/go-playground/pool) - Go consumer goroutine pool for easy goroutine handling + time saving. * [pool](https://github.com/go-playground/pool) - a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.
* [tunny](https://github.com/Jeffail/tunny) - A goroutine pool for golang. * [tunny](https://github.com/Jeffail/tunny) - A goroutine pool for golang.