Add parallel-fn library (#1722)

Add parallel-fn library
This commit is contained in:
Rafael Jesus 2017-12-13 09:16:11 +01:00 committed by Avelino
parent 887cd1c4f2
commit 2359f147f0

View File

@ -561,6 +561,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [GoSlaves](https://github.com/themester/GoSlaves) - Simple and Asynchronous Goroutine pool library.
* [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker.
* [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
* [parallel-fn](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel.
* [pool](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.
* [semaphore](https://github.com/kamilsk/semaphore) - Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context.
* [tunny](https://github.com/Jeffail/tunny) - Goroutine pool for golang.