Add vardius/gollback (#2522)

**Please provide package links to:**

* github.com repo: https://github.com/vardius/gollback
* godoc.org: [![](https://godoc.org/github.com/vardius/gollback?status.svg)](http://godoc.org/github.com/vardius/gollback)
* goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/vardius/gollback)](https://goreportcard.com/report/github.com/vardius/gollback)
* coverage service link: [![codecov](https://codecov.io/gh/vardius/gollback/branch/master/graph/badge.svg)](https://codecov.io/gh/vardius/gollback)

**Make sure that you've checked the boxes below before you submit PR:**

* [x]  I have added my package in alphabetical order.
* [x]  I have an appropriate description with correct grammar.
* [x]  I know that this package was not listed before.
* [x]  I have added godoc link to the repo and to my pull request.
* [x]  I have added coverage service link to the repo and to my pull request.
* [x]  I have added goreportcard link to the repo and to my pull request.
* [x]  I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).
This commit is contained in:
Rafał Lorenz 2019-05-18 02:06:39 +10:00 committed by Bo-Yi Wu
parent b04aa0011c
commit a69c78aa20

View File

@ -737,6 +737,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order.
* [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.
* [gollback](https://github.com/vardius/gollback) - asynchronous simple function utilities, for managing execution of closures and callbacks.
* [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.
* [gpool](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency.