Go toolkit for clean, composable, channel-based concurrency
Safe direct-style concurrency and resiliency for Scala on the JVM
These are all my learnings gathered on concurrency in golang
Floc: Orchestrate goroutines with ease.
A lightweight library for writing concurrent programs in Go using the Actor model.
Notification broadcaster library
A minimal and efficient workerpool implementation in Go using goroutines.
🍺 In-depth internals, my personal notes, example codes and projects. Includes - Thousands of codes, OOP, Concurrency, Parallelism, Goroutines, Mutexes & Wait Groups, Testing in Go, Go tool chain,...
It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.
Go-like features for Python and Cython. (mirror of https://lab.nexedi.com/kirr/pygolang)
A sync.WaitGroup with error handling and concurrency control
Convenience library to not reinvent the wheel when working with goroutines in certain setups.
A simple gRPC server-client code with an http client for sending data