goroutines topic

List goroutines repositories

goroutines

97
Stars
7
Forks
Watchers

It is an efficient, flexible, and lightweight goroutine pool. It provides an easy way to deal with concurrent tasks with limited resource.

gostreamer

73
Stars
8
Forks
Watchers

Go example that uses channels to build an execution pipeline

go-dispatcher

29
Stars
8
Forks
Watchers

A goroutine job dispatcher based on worker-pool pattern.

distributed-go

22
Stars
6
Forks
Watchers

Source code for examples in Distributed Computing with Go

go-waitgroup

45
Stars
4
Forks
Watchers

A sync.WaitGroup with error handling and concurrency control

prosumer

33
Stars
5
Forks
Watchers

A producer-consumer solution for Golang

conc

8.5k
Stars
293
Forks
43
Watchers

Better structured concurrency for go

grpc-crud

42
Stars
5
Forks
Watchers

A simple gRPC server-client code with an http client for sending data

ox

356
Stars
23
Forks
Watchers

Safe direct style concurrency and resiliency for Scala on the JVM

golangchannels

30
Stars
6
Forks
Watchers

For goroutines and channels, I created an application using a Dispatcher -> Worker -> Job pattern to benchmark and compare results in differing scenarios. These comparisons would allow me to see how t...