mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Adding missing space (#3344)
This commit is contained in:
parent
16d3456930
commit
455dc3c883
@ -856,7 +856,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [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 execution flow interruptible.
|
* [breaker](https://github.com/kamilsk/breaker) - Flexible mechanism to make execution flow interruptible.
|
||||||
* [channelify](https://github.com/ddelizia/channelify) - Transform your function to return channels for easy and powerful parallel processing.
|
* [channelify](https://github.com/ddelizia/channelify) - Transform your function to return channels for easy and powerful parallel processing.
|
||||||
* [conexec](https://github.com/ITcathyh/conexec) - A concurrent toolkit to help execute funcs concurrently in an efficient and safe way.It supports specifying the overall timeout to avoid blocking and uses goroutine pool to improve efficiency.
|
* [conexec](https://github.com/ITcathyh/conexec) - A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking and uses goroutine pool to improve efficiency.
|
||||||
* [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.
|
||||||
|
Loading…
Reference in New Issue
Block a user