From a69c78aa2052ba39ecfb870f13624cab303b10a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Lorenz?= Date: Sat, 18 May 2019 02:06:39 +1000 Subject: [PATCH] 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). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af37af4a..59d5e66c 100644 --- a/README.md +++ b/README.md @@ -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.