Skip to content
/ team Public

Proof of concept for lightweight worker pattern

Notifications You must be signed in to change notification settings

jmbarzee/team

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Pattern Written in GoLang

This is a simple fan-out/fan-in, worker pattern, used as a proof of concept and teaching tool. The highlight of this repository is the use of Go's Channels in building effective concurency designs allowing for parallelism

Example: go get github.com/jmbarzee/teamdemo

To Use

  1. Install golang
  2. go get github.com/jmbarzee/team
  3. import github.com/jmbarzee/team in desired location

Releases

No releases published

Packages

No packages published

Languages