Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 503 Bytes

Readme.md

File metadata and controls

27 lines (20 loc) · 503 Bytes

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