Skip to content

shopping cart implementation usinelixir-lang's GenServer

Notifications You must be signed in to change notification settings

kandros/gen_server-elixir-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

elixir GenServer shopping cart example

it can:

  • start a process holding a shopping list state
  • add an item to the shopping list
  • list all items in the list
  • remove an item form the list
  • stop the process holing the state

usage

$ iex shopping_list.ex

About

shopping cart implementation usinelixir-lang's GenServer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages