goroutine-pool topic

List goroutine-pool repositories

promise

363
Stars
37
Forks
Watchers

Promise / Future library for Go

goscan

49
Stars
18
Forks
Watchers

golang的扫描框架, 支持协程池和自动调节协程个数.

goroutine-pool

31
Stars
6
Forks
Watchers

A simple goroutine pool which can create and release goroutine dynamically, inspired by fasthttp.

wasps

29
Stars
3
Forks
Watchers

wasps is a lightweight goroutine pool for golang, use limited goroutines to achieve multi-task concurrent execution.

workerpool-go

56
Stars
2
Forks
Watchers

auto-scaling worker pool (work queue) in Go, using generics

tfg

31
Stars
10
Forks
Watchers

基于epoll+协程池的golang网络库。支持epoll事件触发,读数据和业务逻辑处理分离,最大化利用cpu,防止内存急剧暴涨,适用于长连接、短连接,支持请求对象池和连接对象池

gohive

51
Stars
6
Forks
Watchers

🐝 A Highly Performant and easy to use goroutine pool for Go

gotcc

24
Stars
1
Forks
Watchers

🤖 A Golang package for Task Concurrency Control. It allows you to define tasks and their dependencies, then the controller will run the tasks concurrently while respecting the dependencies.

gool

70
Stars
3
Forks
Watchers

Generic goroutine pool: Submit, Map, Async.

goworkerpool

16
Stars
6
Forks
Watchers

go pool of concurrent workers with the ability to add / kill / pause / resume workers on demand