tunny
Goroutine pool
A library for managing a pool of concurrent worker goroutines with synchronous API.
A goroutine pool for Go
4k stars
71 watching
309 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
gogolanggoroutine-poolworkers
Related projects:
Repository | Description | Stars |
---|---|---|
xtaci/kcp-go | Provides a reliable and secure UDP transport layer with forward error correction and encryption. | 4,108 |
urfave/negroni | A library that provides an idiomatic approach to web middleware in Go | 7,470 |
didip/tollbooth | Middleware to control HTTP request rates based on various criteria such as IP address, path, methods, and headers. | 2,692 |
gobwas/ws | A WebSocket implementation in Go. | 6,143 |
gin-gonic/gin | A high-performance web framework written in Go, providing a fast and flexible API for building HTTP services. | 78,978 |
gocelery/gocelery | A Go library that enables distributed task queuing and supports Celery workflow automation | 2,379 |
panjf2000/ants | A library that provides a reusable and efficient way to manage concurrent tasks with a fixed capacity, helping developers mitigate memory consumption issues in Go programs. | 12,955 |
gammazero/workerpool | A concurrency limiting goroutine pool that manages task execution without blocking task submission or exceeding system resource limits. | 1,332 |
zenazn/goji | A minimalistic web framework for Go that values simplicity and composability. | 3,645 |
soheilhy/cmux | A GoLang library for multiplexing multiple network protocols on the same port | 2,583 |
parnurzeal/gorequest | A simplified HTTP client for Go, providing a straightforward interface for sending various types of HTTP requests. | 3,440 |
sourcegraph/conc | A set of tools and abstractions for structured concurrency in Go, making concurrent programming easier to read and manage. | 9,069 |
eranyanay/1m-go-websockets | Demonstrates how to handle a large number of websockets connections in Go | 5,816 |
olahol/melody | A lightweight websocket framework for Go that abstracts away the tedious parts of handling websockets. | 3,748 |
xjasonlyu/tun2socks | A software project that allows users to route network traffic through a proxy layer 3 gateway for secure and private internet access. | 3,373 |