Skip to content

GenStage demos for a Queue and a bunch of Worker processes

Notifications You must be signed in to change notification settings

12s12m/gen_stage_demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gsq

Demos showing the use of GenStage in the context of a simple Queue and a pool of Workers

mix deps.get
mix run lib/first.exs # first demo
mix run lib/second.exs # first demo
mix run lib/third.exs # first demo
mix run lib/fourth.exs # first demo

The fourth demo has the full working code for the queue.

About

GenStage demos for a Queue and a bunch of Worker processes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages