go-concurrency
There are 40 repositories under go-concurrency topic.
shgopher/GOFamily
🔥 《Go 程序员宝典》:go 基础语法,go 并发模式,go runtime 实现原理 ,企业级 go 语言项目经验。
vladopajic/go-actor
A lightweight library for writing concurrent programs in Go using the Actor model.
catmullet/go-workers
👷 Library for safely running groups of workers concurrently or consecutively that require input and output through channels
code-review-checklists/go-concurrency
Checklist for code reviews
arvpo/go-guide
Guide with snippets for golang beginners
medmes/introducing-go
"Introducing Go: Build Reliable, Scalable Programs".
descholar-ceo/realtime-go-frontend
This is a real-time chat app with golang in the backend and reactjs for the frontend
ericbrisrubio/go-workers-multipool
Manager for multi pools of workers in Golang.
rudrOwO/sqlite-clone
A SQLite clone built with Go's awesome concurrency
AlestackOverglow/parallelx
High-performance concurrency library for Go that provides robust abstractions for parallel task execution, worker pools, and resilience patterns.
cedrickchee/live
Live is a Go's net/http compatible Phoenix LiveView implementation.
cr-mao/go-concurrency
go并发编程总结
gasparian/worker-pool-go
Implementation of worker pool with a variable balancing strategy
gvino/concurrency
Simple library with functions to make processing pipelines and concurrency easier
kylix31/taskinator
A TASK KILLER! Made with ♡ and Go
marlonbarreto-git/go-concurrency-workshop
🤓 Es un taller práctico sobre concurrencia en Go, diseñado para principiantes que desean aprender los conceptos fundamentales de la concurrencia y el uso de goroutines en el lenguaje de programación Golang.
MassiGy/mmtime
This CLI tool aims at offering a deamon-like process that works in the background and monitors the time that the user had spent on a collection of applications.
omdxp/concurrency
go concurrency
rogerio-castellano/real-time-betting-engine
🎯 A real-time betting engine prototype built with Go, NATS JetStream, Redis, and PostgreSQL.
sharansudheer/economics-of-con-currency-golang
Battleground for the Research on Message Passing and Concurrency in a Microservices Environment using Go
developerdiwakar/go-examples
This repository contains Go programming examples from basic to advance level.
n9mi/coba-go-concurrency
Simple concurrency implementation in Go
n9mi/db-email
Experiment to compare the time execution of sending emails without and with applying concurrency in Go
rudrOwO/5-in-a-row
An interactive gomoku (5 in-a-row) AI
rudrOwO/php-code-analyzer
A toy code analyzer for PHP
shivesh1999/Subscription-Service
Web app for subscription business model
zahidhasann88/concurrent-web-scraper
This is a simple yet powerful demonstration of Go's concurrency model using goroutines and channels.
akarshippili/go-concurrency
examples, usecases of go concurrency
darkvard/go-concurrency
Master Go concurrency, from fundamentals to advanced patterns
IMRANDIL/Go_real_world_example
a real world project like feel, postgres at aiven cloud, golang and sql driver in place
nmdra/Go-Concurrency
This repository contains hands-on exercises, demos, and notes related to mastering Go concurrency..
rajithacharith/go-concurrency
Go concurrency examples for learning and teaching goroutines, channels, mutexes, and synchronization.
ralvarezdev/go-concurrency
Concurrency safe types for Golang projects
rishiagl/go-concurrency-patterns
Go concurrency pattern code snippets and reference
siriusa51/waitprocess
Goroutine sync library for infinite runs.
susantabiswas/go-concurrency-patterns
Common concurrency patterns in Go lang