mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add stl (#1988)
This commit is contained in:
parent
0229e86281
commit
d5fe5b4701
@ -619,6 +619,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
* [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.
|
||||||
* [semaphore](https://github.com/marusama/semaphore) - Fast resizable semaphore implementation based on CAS (faster than channel-based semaphore implementations).
|
* [semaphore](https://github.com/marusama/semaphore) - Fast resizable semaphore implementation based on CAS (faster than channel-based semaphore implementations).
|
||||||
|
* [stl](https://github.com/ssgreg/stl) - Software transactional locks based on Software Transactional Memory (STM) concurrency control mechanism.
|
||||||
* [tunny](https://github.com/Jeffail/tunny) - Goroutine pool for golang.
|
* [tunny](https://github.com/Jeffail/tunny) - Goroutine pool for golang.
|
||||||
* [worker-pool](https://github.com/vardius/worker-pool) - goworker is a Go simple async worker pool.
|
* [worker-pool](https://github.com/vardius/worker-pool) - goworker is a Go simple async worker pool.
|
||||||
* [workerpool](https://github.com/gammazero/workerpool) - Goroutine pool that limits the concurrency of task execution, not the number of tasks queued.
|
* [workerpool](https://github.com/gammazero/workerpool) - Goroutine pool that limits the concurrency of task execution, not the number of tasks queued.
|
||||||
|
Loading…
Reference in New Issue
Block a user