worker-pool
Async worker pool
A Go library that manages a pool of worker processes to execute tasks asynchronously in parallel.
Go simple async worker pool
92 stars
5 watching
13 forks
Language: Go
last commit: about 4 years ago
Linked from 2 awesome lists
asyncworker-pool
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that controls heavy Go Routines by providing a worker pool system for concurrent execution of tasks | 13 |
| A high-performance worker pool library for managing concurrent tasks in Go | 1,560 |
| 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 concurrency limiting goroutine pool that manages task execution without blocking task submission or exceeding system resource limits. | 1,342 |
| Simplifies creating multiple worker threads to execute tasks in parallel | 72 |
| A library for managing pools of worker processes in Elixir applications | 53 |
| A library that provides a thread pool implementation to efficiently manage concurrent tasks in JavaScript applications. | 2,108 |
| Utilities for managing execution of asynchronous callback functions in Go. | 125 |
| A goroutine pool library for efficient asynchronous task execution | 52 |
| A TCP server pool implementation using worker pools to improve performance and protect the server. | 14 |
| A package that provides an alternative to the standard errgroup with a fixed number of goroutines and queue capacity | 162 |
| An asynchronous message queue allowing publishers to send and subscribers to receive messages. | 273 |
| A tool for managing and monitoring processes with an infinite worker pool | 69 |
| A generic object pool implementation with flexible configuration options and support for custom factories. | 1,229 |