add github.com/kamilsk/breaker (#2376)

This commit is contained in:
Kamil Samigullin 2019-02-20 17:06:25 +03:00 committed by Ceriath
parent ffc8840adc
commit 2732a37a69

View File

@ -699,6 +699,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [ants](https://github.com/panjf2000/ants) - A high-performance goroutine pool for golang. * [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. * [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. * [async](https://github.com/studiosol/async) - A safe way to execute functions asynchronously, recovering them in case of panic.
* [breaker](https://github.com/kamilsk/breaker) - 🚧 Flexible mechanism to make your code breakable.
* [cyclicbarrier](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang. * [cyclicbarrier](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang.
* [go-floc](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease. * [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-flow](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order.