errgroup
Goroutine pool
A package that provides an alternative to the standard errgroup with a fixed number of goroutines and queue capacity
errgroup with goroutine worker limits
162 stars
5 watching
11 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
errgroupgogolanggoroutinegoroutine-poolpoolsyncworkerpool
Related projects:
Repository | Description | Stars |
---|---|---|
| A concurrency limiting goroutine pool that manages task execution without blocking task submission or exceeding system resource limits. | 1,342 |
| A goroutine pool library for efficient asynchronous task execution | 52 |
| A lightweight goroutine pool for concurrent job execution. | 745 |
| A library that provides a concurrency limiting goroutine pool for efficient task execution and management. | 519 |
| A high-performance worker pool library for managing concurrent tasks in Go | 1,560 |
| A generic object pool implementation with flexible configuration options and support for custom factories. | 1,229 |
| A library that controls heavy Go Routines by providing a worker pool system for concurrent execution of tasks | 13 |
| A Go library that manages a pool of worker processes to execute tasks asynchronously in parallel. | 92 |
| A modular TCP socket acceptor pool with connection limiting and upgrading capabilities. | 1,194 |
| A benchmarking project comparing performance of various worker pool libraries and manual goroutine implementation in Go. | 7 |
| Manages a resizeable pool of context aware goroutines to bound concurrency and wait for resources to become available. | 90 |
| A comprehensive utility package for Go programmers | 175 |
| A library for building secure and private networks in Go | 270 |
| Generic utilities for slices and goroutine patterns in Go | 76 |
| A collection of tools for managing goroutines and concurrency in Go programming language | 15 |