mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
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:
parent
b04aa0011c
commit
a69c78aa20
@ -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-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-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-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.
|
* [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.
|
* [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.
|
* [gpool](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency.
|
||||||
|
Loading…
Reference in New Issue
Block a user