Skip to content

windhooked/concurrency_patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Concurrency patterns

This is my playground to compare and contrast some concurrency patterns I commonly use

A typical recuring processing pattern is batching up events before fan-out to workers and then collecting results.

The folders: batch contains an implementation based on reactiveX v2, worker contains a pure implementation based on go functions and channels

https://go.dev/blog/pipelines

About

Concurrency patterns in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages