From 0886c6035dd83590bc4ad7b46f011321ba34318d Mon Sep 17 00:00:00 2001 From: Zhanghuixian Luo <52497196+piaodazhu@users.noreply.github.com> Date: Wed, 3 May 2023 16:20:37 +0800 Subject: [PATCH] Add gotcc Add gotcc. (pkg.go.dev/github.com/piaodazhu/gotcc) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e81f930a..36e4da8f 100644 --- a/README.md +++ b/README.md @@ -1222,6 +1222,7 @@ _Tools for managing and working with Goroutines._ - [go-workerpool](https://github.com/zenthangplus/go-workerpool) - Inspired from Java Thread Pool, Go WorkerPool aims to control heavy Go Routines. - [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. +- [gotcc](https://github.com/piaodazhu/gotcc) - Go package for task concurrency control with the support of dependency expression and rollback. - [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. - [gowl](https://github.com/hamed-yousefi/gowl) - Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status.