From 76cd17590a96c9561a23d7d32a2eec45323bc3f7 Mon Sep 17 00:00:00 2001 From: Matthew Borders Date: Tue, 6 Nov 2018 17:03:52 -0600 Subject: [PATCH] Add artifex (#2212) - github.com repo: https://github.com/borderstech/artifex - godoc.org: http://godoc.org/github.com/borderstech/artifex - goreportcard.com: https://goreportcard.com/report/github.com/borderstech/artifex - coverage service link: https://codecov.io/gh/borderstech/artifex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ce186cc..e63b00cb 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for managing and working with Goroutines.* * [ants](https://github.com/panjf2000/ants) - A high-performance goroutine pool for golang. +* [artifex](https://github.com/borderstech/artifex) - Simple in-memory job queue for Golang using worker-based dispatching * [async](https://github.com/studiosol/async) - A safe way to execute functions asynchronously, recovering them in case of panic. * [cyclicbarrier](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang. * [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease.