goroutines-channels
There are 16 repositories under goroutines-channels topic.
vladopajic/go-actor
A lightweight library for writing concurrent programs in Go using the Actor model.
mwiater/golangconcurrentdirscan
Replacing Golang’s Standard Package Functions with Concurrent Functions: Winning Big By Starting Small -- Harness the power of concurrency in Golang to improve performance, and efficiently manage resources with goroutines and semaphores.
jeamon/gorqs
Go-based concurrent-safe library to start and stop a Queue with capabilities to asynchronously push jobs and execute them either into sync or async fashion. Along with capability to fetch their execution results.
jeamon/gorsn
simple and high-concurent and scalable go library for monitoring a folder tree and notifying on any sub-content changes.
B-BASCAM/react-nestjs-golang-filesearch
golang, nestjs, react, mongodb, redis, filepathwalk, goroutines, channels, redux observable epics, rxjs
Xuyi-TongJi/GoTcpServer
a go tcp server framwork based on go net package
Alena557miles/goroutines
In this project i'm implement reading file and searching all links on it. App create a new file "final" where all links are stored. App using 6 goroutines that are searching by regexp all links in their part of file.
Anarogk/Healme-API
A modern health_care API that has all the functionalitites of non-blocking appointments and rescheduling , logging and diagnosis privacy and data access security.
anishjain94/grep
A GREP utility written in go using worker pool pattern
g41797/kissngoqueue
Go idiomatic synchronization queue based on 'Rethinking Classical Concurrency Patterns'
Mohit251103/concurrency_go
Learning concurrency in Golang
ABHIJEET-MUNESHWAR/Currency-Exchange
Currency exchange app built in Golang leveraging concurrency
Jazaltron10/theWayToGO
Basics of Golang
JoelTeoGom/learning-go
I have created a GitHub repository to organize and store my golang learnings by categories. This will help me keep track of my progress and also share my knowledge with others.
tknishh/hashedtokens-assignment
Solution to assignment of Hashedtokens Interview.
venkatesh-db/Golang-Concurrency-Patterns
Writing Better Code With Go Concurrency Patterns