Skip to content

Exmples of different concurrency models in Ruby, Crystal, Elixir

Notifications You must be signed in to change notification settings

dkremez/concurrency_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrency techniques presentation examples

Preparation

  1. To be able to use example you have to had ruby, crystal, elixir on you machine.
brew install elixir
brew install crystal
  1. For some ruby samples you will need gems, you could install them by running:
bundle install

How to use examples

time ruby examples/sequential.rb
time ruby examples/parallel.rb
ruby examples/race-condition.rb
...
crystal run examples/csp.cr
elixir examples/actors.exs

About

Exmples of different concurrency models in Ruby, Crystal, Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages