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 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.
Universal goroutine monitor using pprof and termui
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, 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.
A simple gRPC server-client code with an http client for sending data