Awesome Go

Goroutines

50 libraries in Goroutines / Goroutines

ants

A high-performance and low-cost goroutine pool in Go

GoroutinesGoroutines
artifex

Simple in-memory job queue for Golang using worker-based dispatching

GoroutinesGoroutines
async

An asynchronous task package with async/await style for Go

GoroutinesGoroutines
async

An alternative sync library for Go (Future, Promise, Locks)

GoroutinesGoroutines
async

A safe way to execute functions asynchronously, recovering them in case of panic

GoroutinesGoroutines
async-job

AsyncJob is an asynchronous queue job manager with light code, clear and speed

GoroutinesGoroutines
breaker

Flexible mechanism to make execution flow interruptible

GoroutinesGoroutines
channelify

Transform your function to return channels for easy and powerful parallel processing

GoroutinesGoroutines
conc

`conc` is your toolbelt for structured concurrency in go, making common tasks easier and safer

GoroutinesGoroutines
execpool

A pool built around exec.Cmd that spins up a given number of processes in advance and attaches stdin and stdout to them when needed. Very similar to FastCGI or Apache Prefork MPM but works for any command

GoroutinesGoroutines
go-floc

Orchestrate goroutines with ease

GoroutinesGoroutines
go-flow

Control goroutines execution order

GoroutinesGoroutines
gohive

A highly performant and easy to use Goroutine pool for Go

GoroutinesGoroutines
gollback

asynchronous simple function utilities, for managing execution of closures and callbacks

GoroutinesGoroutines
gowl

Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status

GoroutinesGoroutines
goworker

goworker is a Go-based background worker

GoroutinesGoroutines
gowp

gowp is concurrency limiting goroutine pool

GoroutinesGoroutines
gpool

manages a resizeable pool of context-aware goroutines to bound concurrency

GoroutinesGoroutines
grpool

Lightweight Goroutine pool

GoroutinesGoroutines
hands

A process controller used to control the execution and return strategies of multiple goroutines

GoroutinesGoroutines
Hunch

Hunch provides functions like: `All`, `First`, `Retry`, `Waterfall` etc., that makes asynchronous flow control more intuitive

GoroutinesGoroutines
kyoo

Provides an unlimited job queue and concurrent worker pools

GoroutinesGoroutines
neilotoole/errgroup

Drop-in alternative to `sync/errgroup`, limited to a pool of N worker goroutines

GoroutinesGoroutines
nursery

Structured concurrency in Go

GoroutinesGoroutines
parallel-fn

Run functions in parallel

GoroutinesGoroutines
pond

Minimalistic and High-performance goroutine worker pool written in Go

GoroutinesGoroutines
pool

Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation

GoroutinesGoroutines
rill

Go toolkit for clean, composable, channel-based concurrency

GoroutinesGoroutines
routine

`routine` is a `ThreadLocal` for go library. It encapsulates and provides some easy-to-use, non-competitive, high-performance `goroutine` context access interfaces, which can help you access coroutine context information more gracefully

GoroutinesGoroutines
routine

go routine control with context, support: Main, Go, Pool and some useful Executors

GoroutinesGoroutines
semaphore

Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context

GoroutinesGoroutines
anchor

Library to manage component lifecycle in microservice architectures

GoroutinesGoroutines
concurrency-limiter

Concurrency limiter with support for timeouts, dynamic priority and context cancellation of goroutines

GoroutinesGoroutines
conexec

A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking and uses goroutine pool to improve efficiency

GoroutinesGoroutines
cyclicbarrier

CyclicBarrier for golang

GoroutinesGoroutines
flowmatic

Structured concurrency made easy

GoroutinesGoroutines
go-accumulator

Solution for accumulation of events and their subsequent processing

GoroutinesGoroutines
go-actor

A tiny library for writing concurrent programs using actor model

GoroutinesGoroutines
go-tools/multithreading

Manage a pool of goroutines using this lightweight library with a simple API

GoroutinesGoroutines
go-trylock

TryLock support on read-write lock for Golang

GoroutinesGoroutines
go-waitgroup

Like `sync.WaitGroup` with error handling and concurrency control

GoroutinesGoroutines
go-workerpool

Inspired from Java Thread Pool, Go WorkerPool aims to control heavy Go Routines

GoroutinesGoroutines
goccm

Go Concurrency Manager package limits the number of goroutines that allowed to run concurrently

GoroutinesGoroutines
semaphore

Fast resizable semaphore implementation based on CAS (faster than channel-based semaphore implementations)

GoroutinesGoroutines
stl

Software transactional locks based on Software Transactional Memory (STM) concurrency control mechanism

GoroutinesGoroutines
threadpool

Golang threadpool implementation

GoroutinesGoroutines
tunny

Goroutine pool for golang

GoroutinesGoroutines
worker-pool

goworker is a Go simple async worker pool

GoroutinesGoroutines
workerpool

Goroutine pool that limits the concurrency of task execution, not the number of tasks queued

GoroutinesGoroutines
autopool

Zero-config, auto-scaling worker pool for Go with priority-aware scheduling

GoroutinesGoroutines