mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Adding go-workers to README.md (#3461)
This commit is contained in:
parent
d8454f841f
commit
ec3b9dbc62
@ -889,6 +889,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [go-tools/multithreading](https://github.com/nikhilsaraf/go-tools) - Manage a pool of goroutines using this lightweight library with a simple API.
|
||||
* [go-trylock](https://github.com/subchen/go-trylock) - TryLock support on read-write lock for Golang.
|
||||
* [go-waitgroup](https://github.com/pieterclaerhout/go-waitgroup) - Like `sync.WaitGroup` with error handling and concurrency control.
|
||||
* [go-workers](https://github.com/catmullet/go-workers) - Easily and safely run workers for large data processing pipelines.
|
||||
* [goccm](https://github.com/zenthangplus/goccm) - Go Concurrency Manager package limits the number of goroutines that allowed to run concurrently.
|
||||
* [gohive](https://github.com/loveleshsharma/gohive) - A highly performant and easy to use Goroutine pool for Go.
|
||||
* [gollback](https://github.com/vardius/gollback) - asynchronous simple function utilities, for managing execution of closures and callbacks.
|
||||
|
Loading…
Reference in New Issue
Block a user