From af722ebb8b5e1aea5b32a0c17be3571b5fb4a32f Mon Sep 17 00:00:00 2001 From: Guoqiang Chen Date: Mon, 28 May 2018 16:26:42 +0800 Subject: [PATCH] Add go-trylock (#1939) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8962b6b7..3e07e88e 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cyclicbarrier](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang. * [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease. * [go-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order. +* [go-trylock](https://github.com/subchen/go-trylock) - TryLock support on read-write lock for Golang. * [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. * [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.