mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add cirello.io/oversight (#2322)
This commit is contained in:
parent
e70b02b204
commit
d1c0dc790e
@ -659,6 +659,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker.
|
* [goworker](https://github.com/benmanns/goworker) - goworker is a Go-based background worker.
|
||||||
* [gpool](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency.
|
* [gpool](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency.
|
||||||
* [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
|
* [grpool](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool.
|
||||||
|
* [oversight](https://cirello.io/oversight) - Oversight is a complete implementation of the Erlang supervision trees.
|
||||||
* [parallel-fn](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel.
|
* [parallel-fn](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel.
|
||||||
* [pool](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.
|
* [pool](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation.
|
||||||
* [semaphore](https://github.com/kamilsk/semaphore) - Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context.
|
* [semaphore](https://github.com/kamilsk/semaphore) - Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context.
|
||||||
|
Loading…
Reference in New Issue
Block a user