Repository navigation
goroutines
- Website
- Wikipedia
Go toolkit for clean, composable, channel-based concurrency
Ex 1 - Run timed quizzes via the command line
Safe direct-style streaming, 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
Batteries-included graph control flow library (AOP, actor model, state-machine)
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, Backend web development, Some projects including Log file parser using bufio.Scanner, Spam Masker, Retro led clock, Console animations, Dictionary programs, Social Network built using Go and GopherJS, Database Connectivity and working (MySQL, MongoDB, Redis), GopherJS and lot more..
It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.
Synchronization for groups of related goroutines
Go example that uses channels to build an execution pipeline
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.